forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #776 from Unity-Technologies/unity-master-staging
Mono Bleeding Edge for Trunk case 980742 - Fix 32-bit Windows Standalone failing to load Mono
- Loading branch information
Showing
350 changed files
with
8,297 additions
and
4,088 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Steps to Reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
## Expected Behavior | ||
|
||
Please describe the behavior you are expecting | ||
|
||
### On which platforms did you notice this | ||
|
||
- [ ] macOS | ||
- [ ] Linux | ||
- [ ] Windows | ||
|
||
**Version Used**: | ||
|
||
You can use `mono --version` or About dialog to obtain this information | ||
|
||
### Stacktrace | ||
|
||
``` | ||
Please copy paste the Stacktrace here if available | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule api-snapshot
updated
6 files
Submodule binary-reference-assemblies
updated
21 files
+ − | build/monodroid/System.Core.dll | |
+ − | build/monodroid/System.Net.Http.dll | |
+ − | build/monodroid/System.Numerics.dll | |
+ − | build/monodroid/System.dll | |
+ − | build/monodroid/mscorlib.dll | |
+ − | build/monotouch/System.Core.dll | |
+ − | build/monotouch/System.Net.Http.dll | |
+ − | build/monotouch/System.Numerics.dll | |
+ − | build/monotouch/System.dll | |
+ − | build/monotouch/mscorlib.dll | |
+1 −1 | mono/Makefile | |
+3,057 −0 | src/monodroid/System.Core.cs | |
+647 −0 | src/monodroid/System.Net.Http.cs | |
+608 −0 | src/monodroid/System.Numerics.cs | |
+10,272 −0 | src/monodroid/System.cs | |
+25,505 −0 | src/monodroid/mscorlib.cs | |
+3,030 −0 | src/monotouch/System.Core.cs | |
+647 −0 | src/monotouch/System.Net.Http.cs | |
+608 −0 | src/monotouch/System.Numerics.cs | |
+10,273 −0 | src/monotouch/System.cs | |
+24,218 −0 | src/monotouch/mscorlib.cs |
Submodule bockbuild
updated
1 files
+2 −1 | packages/expat.py |
Submodule corefx
updated
2 files
+4 −0 | src/System.Memory/src/System/Buffers/Binary/Reader.cs | |
+1 −2 | src/System.Memory/tests/ReadOnlySpan/AsReadOnlySpan.cs |
Submodule roslyn-binaries
updated
3 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.