C# Tooling & Runtime · 1 of 3
Tests
AtomicRepsNavigation
The build, the packages and the runtime a C# program is shipped on.
C# Tooling & Runtime · 1 of 3
Tests
C# Tooling & Runtime · 2 of 3
The command line
C# Tooling & Runtime · 3 of 3
Publishing
# the Program.cs above, published three ways# dotnet publish -c Release -o o2 0 IL warnings2{"X":1,"Y":2}# dotnet publish -c Release -p:PublishTrimmed=true -o o3 2 warning IL20262Unhandled exception. System.InvalidOperationException: Reflection-based serialization has been disabled for this application.# dotnet publish -c Release -r osx-arm64 -p:PublishAot=true 2 warning IL2026, 2 warning IL30502Unhandled exception. System.InvalidOperationException: Reflection-based serialization has been disabled for this application.Three of the 980 C# Tooling & Runtime questions.
Keep going with C# Tooling & Runtime, free