-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix: System.Xml.Serialization: Compiler.GetTempAssemblyName is not deterministic under .NET Core #46499
Merged
10 commits merged into
dotnet:main
from
TalAloni:xml_compiler_gettempassemblyname_bugfix
Jul 18, 2021
Merged
Bugfix: System.Xml.Serialization: Compiler.GetTempAssemblyName is not deterministic under .NET Core #46499
10 commits merged into
dotnet:main
from
TalAloni:xml_compiler_gettempassemblyname_bugfix
Jul 18, 2021
Commits on Jan 1, 2021
-
Bugfix: System.Xml.Serialization: Compiler.GetTempAssemblyName is not…
… persistent under .NET Core The implementation of String.GetHashCode() was persistent by default in .NET Framework. allowing to predictably name an XmlSerializers.{HashCode}.dll containing the pre-generated serializers. In .NET Core / .NET 5, String.GetHashCode() is no longer persistent, so the value of ns.GetHashCode() will change during each run, preventing it from picking up the XmlSerializers dll correctly.
Configuration menu - View commit details
-
Copy full SHA for c8d9b20 - Browse repository at this point
Copy the full SHA c8d9b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49327d3 - Browse repository at this point
Copy the full SHA 49327d3View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 384ceac - Browse repository at this point
Copy the full SHA 384ceacView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb2139 - Browse repository at this point
Copy the full SHA bfb2139View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86258b - Browse repository at this point
Copy the full SHA a86258bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef86269 - Browse repository at this point
Copy the full SHA ef86269View commit details
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f4257a - Browse repository at this point
Copy the full SHA 0f4257aView commit details
Commits on Jul 9, 2021
-
Update src/libraries/System.Private.Xml/src/System/Xml/Serialization/…
…Compiler.cs Co-authored-by: Stephen Toub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ab9344 - Browse repository at this point
Copy the full SHA 5ab9344View commit details -
Update src/libraries/System.Private.Xml/src/System/Xml/Serialization/…
…Compiler.cs Co-authored-by: Stephen Toub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e057b4 - Browse repository at this point
Copy the full SHA 1e057b4View commit details
Commits on Jul 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a96f18 - Browse repository at this point
Copy the full SHA 7a96f18View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.