Closed smellilac closed 4 months ago
Here's the code health analysis summary for commits bf137bf..7f8c7d9
. View details on DeepSource ↗.
Analyzer | Status | Summary | Link |
---|---|---|---|
C# | ✅ Success | View Check ↗ |
💡 If you’re a repository administrator, you can configure the quality gates from the settings.
Previously, your .csproj file was configured to create a gen.cs file. at the intermediate level ( Debug/.net/... ). Therefore, Visual Studio (possible problem with other code editors) cannot include the gen.cs file in the assembly. Because of this, I did not have the Builtin class (CS0246). So I moved the gen.cs file to the project root folder.