Edge
4.5
4.5.1
Available
In the .NET Framework 4.5, a small number of .NET methods began throwing first chance EntryPointNotFoundExceptions. These exceptions were handled within the .Net Framework, but could break test automation that did not expect the first chance exceptions. These same APIs break some ApiVerifier scenarios when HighVersionLie is enabled.
- Quirked
- Build-time break
This bug can be avoided by upgrading to .NET Framework 4.5.1. Alternatively, test automation can be updated to not break on first-chance EntryPointNotFoundExceptions.
M:System.Diagnostics.Debug.Assert(System.Boolean)
M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)
M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)
M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])
M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type)
- Investigate applicable APIs
Core