Denis Rotanov

Results 3 issues of Denis Rotanov

### Description Context: Migrating game engine written in c# from legacy xamarin ios to .NET7. After the migration, when comparing minimal engine project for ios ("EmptyProject") I noticed non neglectable...

enhancement
app-size

On macOS when running an osx-x64 app on M1/M2 (osx-arm64) machine which tries to load `Microsoft.Build.dll` using MSBuildLocator after executing `Microsoft.Build.Locator.MSBuildLocator.RegisterDefaults();` it crashes with exception `BadImageFormatException`. Probably because it locates...

I have a .NET8 project, the analyzer throws an exception: warning: AD0001: Analyzer 'ErrorProne.NET.StructAnalyzers.MakeStructMemberReadOnlyAnalyzer' threw an exception of type 'System.ArgumentException' with message 'Syntax node is not within syntax tree'. I...