Skip to content

Tags: mono/mono

Tags

mono-6.12.0.206

Toggle mono-6.12.0.206's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump nuget.exe to 6.6.2

mono-6.12.0.205

Toggle mono-6.12.0.205's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[libs][TimeZoneInfo] Bound transition time conversion (#21686)

Co-authored-by: mdh1418 <mitchhwang1418@gmail.com>

mono-6.12.0.200

Toggle mono-6.12.0.200's commit message
[Mono.Security] Add additional validation to AuthenticodeDeformatter

Check that the Extended Key Usage extension in the signing certificate contains the OID for code signing so that we reject other types of certificates.

mono-6.12.0.199

Toggle mono-6.12.0.199's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump nuget.exe to v6.6.1

mono-6.12.0.198

Toggle mono-6.12.0.198's commit message
Fix xar url again

(cherry picked from commit 3005442)

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 (

…#21537)

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

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

Fixes #19841.

* [aot] Fix the handling of r4/r8 parameter types with attributes during generic sharing. (#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 #20195.

Co-authored-by: Zoltan Varga <vargaz@gmail.com>

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 (#21532)

Fixes dotnet/runtime#72181

Co-authored-by: Ivan Povazan <ivan.povazan@gmail.com>

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 (#21519)

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

Co-authored-by: Thays Grazia <thaystg@gmail.com>