-
Including this assembly overwrites the (vitally important) reference to the built-in `netstandard.dll` assembly when targeting `netstandard*.*` frameworks.
-
If you try to build TestProject while LocalTestPortal is running it will fail because it can't access the dll file. My guess is that LocalTestPortal is keeping that dll loaded after reading the tests.…
-
This is essentially meant to restart the discussions from #2500.
I suggest we extract some foundational platform-agnostic classes into a seperate assembly called MonoGame.Core.
The content pipe…
Jjagg updated
5 years ago
-
MSBuild still uses the old string-based path manipulation almost everywhere, which leads to avoidable allocations in cases where the result of e.g. `Path.GetFileName()` is not stored on the heap.
H…
-
Hi
I inherited an asp.net application solution that contains multiple projects without any tests. I started by adding tests to one of the library projects in it, that multi-targets `netstandard2.0`…
-
I'm attempting to use an Azure Durable Function to consume messages coming from a service bus. I cannot find a combination of package versions to make a simple 'hello world' example work. When run …
-
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, …
-
Created a Service Topic Trigger function v2 using .net core and test it locally. Everything is working locally. Tried publishing the images locally on docker and run it , getting below error:
Log…
-
## Repro steps
1. Create the following project:
``` xml
netstandard2.0
true
snupkg
```
2. `paket convert-from-nuget`.
3. `dotnet pack`
## Expected beha…