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

Skip to content

Tags: Danila24ru/mono

Tags

mono-6.12.0.137

Toggle mono-6.12.0.137's commit message
Bump fsharp.py to get upstream nuget feed cleanup

myget.org feeds were disabled recently.

(cherry picked from commit dbc5d75)

mono-6.12.0.134

Toggle mono-6.12.0.134'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 msbuild, roslyn and nuget (mono#20983)

Bump to MSBuild vs16.9, Roslyn 3.9.0 and NuGet 5.9.0

Backport of mono#20979

mono-6.12.0.132

Toggle mono-6.12.0.132's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the System.String.Replace throwing NotImplementedException (mono#…

…20960) (mono#20978)

mono#20948

mono-6.12.0.131

Toggle mono-6.12.0.131's commit message
Build iOS SDK archives on Xcode 12.4

mono-6.12.0.130

Toggle mono-6.12.0.130's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2020-02][marshal] Fix VARIANT and BSTR marshaling in structs (mono#2…

…0918)

* [tests] Add BStr and VARIANT in structs interop tests

* [marshal] Fix reverse P/Invoke marshaling VARIANT fields

Partial revert of mono#8732

If a managed struct is declared as

        public struct StructWithVariant
        {
            [MarshalAs (UnmanagedType.Struct)]
            public object data;
        };

Then the `data` field should be marshalled as a VARIANT.

The fix checks that the field's type is `object` and uses VARIANT for
marshaling, otherwise it continues as in mono#8732 and uses
MONO_MARSHAL_CONV_OBJECT_STRUCT

* [marshal] Marshal BSTR from reverse pinvokes

mono-6.12.0.129

Toggle mono-6.12.0.129's commit message
Don't include mono-dtrace.h when generating offsets

offsets-tool can run before mono-dtrace.h is generated which leads to a compiler error about the file missing.

mono-6.12.0.126

Toggle mono-6.12.0.126's commit message
Disable DebuggerTests.Crash since it fails on Linux i386 in CI

See mono#20905

(cherry picked from commit 7eb6305)

mono-6.12.0.125

Toggle mono-6.12.0.125's commit message
Bump bockbuild to include mono/bockbuild#168

mono-6.12.0.124

Toggle mono-6.12.0.124's commit message
Remove signing from Jenkins MSI pipeline

(cherry picked from commit 08415a98f693b3b7c2de693dc107659e1353cf53)

mono-6.12.0.123

Toggle mono-6.12.0.123's commit message
Remove signing from Jenkins PKG/MSI pipelines

It's handled differently now.