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

Skip to content

Tags: ylatuya/mono

Tags

mono-3.8.0.9

Toggle mono-3.8.0.9's commit message
[runtime] Fix the leaking of mach ports introduced by 98bbf85. Fixes …

…#22068.

mono-3.8.0

Toggle mono-3.8.0's commit message
[runtime] Fix the leaking of mach ports introduced by 98bbf85. Fixes …

…#22068.

mono-3.6.0.39

Toggle mono-3.6.0.39's commit message
[mcs] Handling CreateStandardLiftedOperatorsTable for corlib without …

…nullable type

mono-3.6.0

Toggle mono-3.6.0's commit message
[mcs] Handling CreateStandardLiftedOperatorsTable for corlib without …

…nullable type

mono-3.4.0.204

Toggle mono-3.4.0.204's commit message
[docs] Minor update to monodoc html template.

Handles the case where a bullet list has only a paragraph rather than a term

mono-3.4.0.202

Toggle mono-3.4.0.202's commit message
[docs] Schema additions, and monodoc template updates.

- Expanded monodoc-ecma schema to support the 'preserve-mono' attribute, and the attribution tag.
- Added preserve-mono to several pieces of documentation that we would like to preserve across future automated documentation imports: CipherSuitesCallback, ServicePointManager, CultureInfo, Environment+SpecialFolder.xml
- XSL template changes for monodoc HTML generation to support <attribution>

mono-3.4.0

Toggle mono-3.4.0's commit message
Revert "[llvm] Fix the build."

This reverts commit d6cc132.

Revert this as it doesn't work with the currently used llvm version.

mono-3.2.8

Toggle mono-3.2.8's commit message
Fix some warnings on !MONO_ARCH_AOT_SUPPORTED targets.

mono-3.2.7

Toggle mono-3.2.7's commit message
[System] Fix process creation when UseShellExecute is set to false.

This fixes the behavior of process spawning when UseShellExecute is
set to true.

The right behavior is to return no process only when we used the system
launcher. So, spawning /bin/cat should behave in the same way independent
of how UseShellExecute is set.

mono-3.2.6

Toggle mono-3.2.6's commit message
[PCL]: Add new `System.Runtime.InteropServices.WindowsRuntime' APIs a…

…nd Facade Assembly.

This is a squashed cherry-pick of commits 37af8b7, 7d23865, 1908e1d and d0d5f5a, which
fixes problems with the MS Rx NuGet package.