You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved: Ensure generation (which is rendered in the generated source code) is counted separately for different projects and target frameworks. This makes source control cleaner for TestApps which use EmitCompilerGeneratedFiles.
Also use (FileName) instead of [FileName] for special classes so they are at the top in VS Analyzers node and they can be spotted quickly.
Improved: Better error handling in ArgumentConverter. If constructor or parse method of custom class/ienumerable throws exception, provide the details in error message.