-
I'm trying to set up a source browser for the [CoreWCF](https://github.com/CoreWCF/CoreWCF) project and would like all the links to the .NET types to go to https://source.dot.net. I used the following…
-
I'm trying to use the NLua nuget package 1.5.6 with a Tizen application. When I build targetting Any CPU, the nlua.dll and keralua.dll files are put into the tpk, but my test device (a galaxy watch 3)…
-
### 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…
-
We never actually use downgrading as it is impossible in some cases and extremely difficult in other cases.
Instead, we usually go for a "move forward" approach when something goes wrong - i.e. fix…
-
My Ooui.Xaml project can run and render a Xamarin.Forms page defined in code. But when I switch to a xaml file to define my UI, I'm getting the following error. If I restart the VS, it works once but …
-
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…
-
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…
-
**Release Type**: Official Release/GitHub (please choose appropriate option)
Release
**Version**: Version number and/or git branch
4.1.0.1734
**Describe the bug**
The packages that can be…
-
### Describe the bug
`dotnet build` with `--framework` builds the same project twice in parallel, if it is referenced by a solution and a ProjectReference. Without `--framework`, it builds only…