I do not understand why I can not run dll without runtimeconfig.
I tried 1) dotnet test.dll 2) dotnet 'path-to-dotnet-dll' test.dll
always I get error about absent runtimeconfig
Why?
dotnet.dll has config. it is enough.
And compiler (fsc) does not generate runtimeconfig.
I think it wrong.
No one language required something like config for launch script or binary code.
I do not understand why I can not run dll without runtimeconfig.
I tried 1) dotnet test.dll 2) dotnet 'path-to-dotnet-dll' test.dll
always I get error about absent runtimeconfig
Why?
dotnet.dll has config. it is enough.
And compiler (fsc) does not generate runtimeconfig.
I think it wrong.
No one language required something like config for launch script or binary code.