Tags: Danila24ru/mono
Tags
Bump fsharp.py to get upstream nuget feed cleanup myget.org feeds were disabled recently. (cherry picked from commit dbc5d75)
[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
Fix the System.String.Replace throwing NotImplementedException (mono#… …20960) (mono#20978) mono#20948
[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
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.
Disable DebuggerTests.Crash since it fails on Linux i386 in CI See mono#20905 (cherry picked from commit 7eb6305)
Remove signing from Jenkins MSI pipeline (cherry picked from commit 08415a98f693b3b7c2de693dc107659e1353cf53)
Remove signing from Jenkins PKG/MSI pipelines It's handled differently now.
PreviousNext