✅ how do i pass /unsafe to dotnet build?
hello everyone! i made a program to convert a float's bits into an int's bits (for fun!) and when i try to build it with
the code im building: (Program.cs)
dotnet build, it tells me to add /unsafe. no big deal. but when i use dotnet build /unsafe, it tells me that /unsafe isnt valid!the code im building: (Program.cs)
