._frank
._frank
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
@TeBeConsulting I resolved the issue. The issue all along was that I was calling: Assembly.LoadFile instead of Assembly.LoadFrom
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ 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.xml the Microsoft.AspNetCore.dll should contain that the Microsoft.AspNetCore.Builder WebApplication class
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
Microsoft.AspNetCore.Builder WebApplicationBuilder works fine
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ 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
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
I was guessing that the above manifests were looking there.
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
I've loaded all dll's under /usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.13/ and it still can't be found, hmm.
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ 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
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
msbuild is open source right?
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
It's xml at least, it can be parsed
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
😄
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
Sounds to me like it would be easier to make clojure-clr compatible with msbuild than to build some own tooling
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
Ahh it's under /sdks
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
ah
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
I expected the class to be available if I loaded everything from /usr/lib/dotnet/shared/Microsoft.AspNetCore.App/6.0.13/
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
ah
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ Which dll do I need to load for Microsoft.AspNetCore.Builder WebApplication Class to be loaded?
I'm not using Nuget
73 replies
CC#
Created by ._frank on 1/16/2023 in #help
✅ 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