Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
68 views

I know that in the early times of .NET Framework, you could build an assembly into EXE and then use that "EXE assembly" as a dependency of another .NET Framework assembly which, too, could ...
Pavel Foltyn's user avatar
0 votes
0 answers
62 views

I have a "console" application where I installed the Nuget package "GDAL" (and also GDAL.Native). Besides the exe file, this application also generates a dll that can be loaded as ...
Daniel Möller's user avatar
-3 votes
0 answers
45 views

After upgrading to ZXing.Net.Maui version 0.6.0, my .NET MAUI Android application fails to build with a dependency conflict error. Error Message error NU1107: Version conflict detected for Xamarin....
Cezar Wagenheimer's user avatar
0 votes
0 answers
45 views

I tried adding a migration via dotnet ef migrations add InitialCreate but got the following error C:\Users\tmsta\OneDrive\source\repos\Server Default\TrevorsTempMonitorApp\TrevorsTempMonitorApp.csproj ...
Trevor Stauffer's user avatar