-
**NOTE**: I'm duplicating the issue from MSBuild [tracker](https://github.com/dotnet/msbuild/issues/6283) since I noticed the actual development of `MSBuildWorkspace` happens in roslyn [repository](ht…
-
Looks a fantastic library and I like to use it in my work project but unfortunate I'm stuck in .net framework world so i'm unable to use this library :(
Have you ever considered supporting .netstanda…
-
**Version Used**: 4.11.0
## Steps to Reproduce
Unfortunately so far I can only reproduce the issue on GitHub's Windows Workflow Runner ([image version](https://github.com/actions/runner-images/r…
-
Currently there are several unsupported targets in the project files. This can all be consolidated into fewer targets by targeting:
netstandard2.0; netstandard2.1; net6.0 and net8.0.
.NET Core 1.0…
-
Just wanting to put this information somewhere to consolidate some research around the issue and what I found to be a sane solution as of `2024-11-14` in hopes that it helps other people in the same s…
-
I saw that this repo consists of a .NET solution in version `netstandard2.0;net461`. I was wondering if we can write the solution in latest version of .NET provided that the appwrite nuget library sup…
-
We have MSBuild targets in the repo that enable nullability on netstandard2.0 projects.
https://github.com/dotnet/aspnetcore/blob/07937702255861896d9ec34e28c7c0c59ceb6a3f/eng/targets/CSharp.Common.…
-
```
Building intermediate nupkg, and supplemental nupkgs for runtime, ILCompiler, Crossgen2Pack...
/__w/1/s/.dotnet/sdk/7.0.100-preview.7.22377.5/Microsoft.Common.CurrentVersion.targets(2318,5): e…
-
To enhance the template repository **apiclient-boilerplate-dotnet**, I propose adding a `Directory.Build.props` file with the following contents:
```xml
netstandard2.0;netstandard2.1;net…
-
Having upgraded to Visual Studio 2022 17.12 today, we are now getting NuGet vulnerability warnings for this package.
**To reproduce:**
Add the following NuGet package reference to a `netstandard2.0`…