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

Skip to content

Tags: initram/mono

Tags

mono-3.0.10-windows

Toggle mono-3.0.10-windows's commit message
When .NET serializes it will use the TypeForwardedFrom information when

writing Assembly information but Mono does not. This means that
serialized objects created on one platform are not able to be
deserialized on the other, thus preventing interoperability between .NET
and mono applications. Fixes the ObservableCollection part of bugzilla
11294.

mono-3.0.10

Toggle mono-3.0.10's commit message
Clear the domain on thread exit after the profile thread end hook, si…

…nce it might need it to be set.

mono-3.0.9

Toggle mono-3.0.9's commit message
Hopefully fix the windows build.

mono-3.0.8

Toggle mono-3.0.8's commit message
rx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.

mono-3.0.7

Toggle mono-3.0.7's commit message
Fix the mobile build.

mono-2.10.12

Toggle mono-2.10.12's commit message
empty commit to get a new build going with a gtk-sharp fix

mono-3.0.6

Toggle mono-3.0.6's commit message
Fix space in makefile

mono-3.0.5

Toggle mono-3.0.5's commit message
Fix few warnings

mono-3.0.4

Toggle mono-3.0.4's commit message
Avoid deadce on OP_INEG since it sets the condition codes, and the OP…

…_LNEG decomposition depends on this on x86. Fixes mono#10320.

mono-2.10.11

Toggle mono-2.10.11's commit message
[msbuild] Fix import set to expected path when invalid imports are al…

…lowed.

It was failing to resolve <Import> to correct path because it allowed
invalid imports too early in Import.ForEachExtensionPathTillFound().

It is due to Project.AddSingleImport() that checks if invalid imports
can be ignored by load setting. But simply removing this check results
in regressions in nunit tests that fails to report required invalid imports.

This bug was one of the blockers to build fsharp-droid from xbuild:
https://github.com/fahadsuhaib/fsharp-droid