-
Hi,
I've been using this for years in my Xamarin.Forms apps, and has worked perfectly.
Looking at migrating the apps to .NET MAUI but it doesn't look like its supported. Get this message when click…
-
Hello,
I am currently trying to integrate the `Poteko.EmbeddableWireGuard.Net` library into my .NET MAUI project. I have successfully installed the library via NuGet, but I am encountering issues w…
-
I have a .sln file and and some SDK style csproj files. I build with the command:
```
dotnet.EXE pack "D:\a\AgentDotnet\AgentDotnet\AgentDotnet\src\Agent\Sqreen.Agent.sln" --configuration Relea…
-
Don't pollute the system namespaces from another library.
-
Hello,
I have a .net standard class library and inside it, I defined a test case discoverer. It works fine when I reference it from a .net core based Xunit tests, but it stops working if I referenc…
-
Binary `sn.exe` is not provided by `.Net Core SDK 2.1.302` on unix (but it is by mono...)
IMHO dotnet/cli should be a standalone replacement for mono (when migrating to netstandard2.0/netcoreapp2.1) …
Mizux updated
3 years ago
-
HI!
I buy License of LiveXaml and install in my Xamarin Forms Project. I add plugin in Core, Android and iOS. Using this config, LiveXaml work fine, but when I click in Visual Studio in run button, …
-
Let's say that my analyzer or source generator depends on the `GraphQL` NuGet:
```xml
```
This will fail, because MSBuild won't automatically include GraphQL's DLL's, so I need to do th…
-
@slluis @mkrueger @mhutch @Therzok @mrward ... @migueldeicaza
1. it seem not to be possible to compile a running version of monodevelop based on open source libraries
2. current master branch se…
-
### Description
Trying to load Npgsql entity framework on dotnet core over Paket has issues, most likely related to dependencies not being loaded.
### Repro steps
```F#
#load "Paket.fsx"
Pa…