._frank
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
According to
packs/Microsoft.AspNetCore.App.Ref/6.0.13/ref/net6.0/Microsoft.AspNetCore.xm
l the Microsoft.AspNetCore.dll
should contain that the Microsoft.AspNetCore.Builder WebApplication
class73 replies
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
Current status, loaded all dll's under:
/usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.13/
Microsoft.AspNetCore.Builder WebApplication can still not load.
73 replies
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
Well, yeah the dll I need to load must be somewhere in /usr/share/dotnet/sdk/6.0.405/. Ur screenshots are helpful (I need to install Rider of Visual Studio for this digging :D)
73 replies
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
For anyone interested, the reason why I'm not using nuget is because I'm using C# and .NET 6 from https://github.com/clojure/clojure-clr (clojure-clr, a functional programming language that runs on the clr. The tooling is a bit meh but we can fix that!)
73 replies