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
{{ message }}
This repository has been archived by the owner. It is now read-only.
When using the analyzers in unit test project I get an error for the following code.
// <auto-generated> This file has been auto generated. </auto-generated>
using System;
[Microsoft.VisualStudio.TestPlatform.TestSDKAutoGeneratedCode]
class AutoGeneratedProgram {static void Main(string[] args){}}
The file comes from the TestSDK and is placed in the nuget folder. I have disabled the analyzer in the settings but it does not help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When using the analyzers in unit test project I get an error for the following code.
The file comes from the TestSDK and is placed in the nuget folder. I have disabled the analyzer in the settings but it does not help.
The text was updated successfully, but these errors were encountered: