Edge
4.6
4.6.2
NotPlanned
In the .NET Framework 4.6 and 4.6.1, the runtime throws an xref:System.ArgumentException when two Event Tracing for Windows (ETW) event names differ only by a "Start" or "Stop" suffix (as when one event is named LogUser and another is named LogUserStart). In this case, the runtime cannot construct the event source, which cannot emit any logging.
- Quirked
- Build-time break
To prevent the exception, ensure that no two event names differ only by a "Start" or "Stop" suffix.
This requirement is removed starting with the .NET Framework 4.6.2; the runtime can disambiguate event names that differ only by the "Start" and "Stop" suffix.
- Not detectable via API analysis
Core