The project was built successfully.
The following fixes were applied during the build process:
- Installed .NET SDK 9.
- Fixed CS1929 errors in
src/nuget/NotNot.Bcl.Core/NotNot/DisposeGuard.csby changingline.Split(" in ")._Reverse()._ToList()toline.Split(" in ").Reverse().ToList(). - Fixed CS0234 error in
src/example/NotNot.Bcl.Example.HelloConsole/_globalUsings.csby changingglobal using static NotNot.NotNotLoLo;toglobal using static NotNot.Logging;. - Fixed subsequent CS7007 error in
src/example/NotNot.Bcl.Example.HelloConsole/_globalUsings.csby removing the lineglobal using static NotNot.Logging;. - Fixed CS0103 errors (
The name '__' does not exist in the current context) insrc/example/NotNot.Bcl.Example.HelloConsole/Program.csby fully qualifying usages of__toNotNot.LoLoRoot.__and adding a ProjectReference fromNotNot.Bcl.Example.HelloConsole.csprojtoNotNot.Bcl.Core.csproj.