Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Vrabbers
Posts
Comments
C
C#
•
Created by Get on 12/31/2024 in
#help
PersistedAssemblyBuilder to generate executable
the issue is that if you output an IL image as a .exe windows sees it launches it with .NET Framework, you need to output as a .dll and use dotnet to run it
19 replies
C
C#
•
Created by Omar on 12/28/2024 in
#help
Surprising performance problem under debugger
if the application is highly threaded or async, then the slowdown seems expected (
https://github.com/dotnet/runtime/issues/38736
) it should be fixed in .NET 9
13 replies