Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sysfce2/mono

Tags

mono-6.12.0.190

Toggle mono-6.12.0.190's commit message
Change download URL for PCL reference assemblies

mono-6.12.0.188

Toggle mono-6.12.0.188's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump NuGetSdkResolver in msbuild

mono-6.12.0.185

Toggle mono-6.12.0.185's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport fixes for sharing wrappers when type attributes are involved (

…mono#21537)

* [wasm] Fix the handling of i8/u8 in get_wrapper_shared_type_full (). (mono#19859)

Previously, these were returned verbatim, which caused sharing issues when the type had
attributes.

Fixes mono#19841.

* [aot] Fix the handling of r4/r8 parameter types with attributes during generic sharing. (mono#20217)

The attributes need to be ignored as with the other types, otherwise gsharedvt wrappers for signatures with
parameters like double f = default will not be found.

Fixes mono#20195.

Co-authored-by: Zoltan Varga <[email protected]>

mono-6.12.0.184

Toggle mono-6.12.0.184's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backporting dotnet/runtime#59861 (mono#21532)

Fixes dotnet/runtime#72181

Co-authored-by: Ivan Povazan <[email protected]>

mono-6.12.0.183

Toggle mono-6.12.0.183's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport dotnet/runtime#71436 (mono#21519)

Backport dotnet/runtime#71436
Backport of mono#21516 to 2020-02

Co-authored-by: Thays Grazia <[email protected]>

mono-6.12.0.182

Toggle mono-6.12.0.182's commit message
Bump nuget.exe to v6.2.1

mono-6.12.0.181

Toggle mono-6.12.0.181's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set app context to null on thread detach (mono#21489)

When a domain is unloaded, it is possible that an InternalThread
has a reference to an app context from the unloaded domain.

Co-authored-by: Bill Holmes <[email protected]>

mono-6.12.0.179

Toggle mono-6.12.0.179's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2020-02] Bump corefx to get MaxResponseHeadersLength fix (mono#21475)

Co-authored-by: Steve Pfister <[email protected]>

mono-6.12.0.178

Toggle mono-6.12.0.178's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[mono] Remove some of the restrictions on constrained calls from gsha…

…revt methods. (mono#21471)

This is a backport of dotnet/runtime#59182.

Co-authored-by: Zoltan Varga <[email protected]>

mono-6.12.0.177

Toggle mono-6.12.0.177's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2020-02] Use upstream zlib 1.2.12 (mono#21460)

* Use upstream zlib 1.2.12

* [zlib] Cherrypick upstream crc32 fix

Cherrypick crc32 fix to restore pre-1.2.12 behavior

madler/zlib@ec3df00

> The previous releases of zlib were not sensitive to incorrect CRC
> inputs with bits set above the low 32. This commit restores that
> behavior, so that applications with such bugs will continue to
> operate as before.

Co-authored-by: Aleksey Kliger <[email protected]>