-
Do you have any plans to migrate to Microsoft.Data.SqlClient? I'd be happy to help with the migration by opening a PR if you have a preference for how you'd want it implemented.
I have a local vers…
-
Hi there,
I have a project targeting .NET Framework 4.8 with Paket as a dependency manager. NCalc is my indirect reference (e.g. I am referencing another library which is directly referencing NCal…
-
I use the asp.net core 3.0 ,,when i use ReadyToRun ,,the ide show me these errors:
```
compilation failed for "C:\Users\Administrator\.nuget\packages\microsoft.codeanalysis.visualbasic\1.3.0\lib\n…
-
Why `System.Text.Json.dll` reference assembly is not provided by this library? Is not it "basic" enough ?
-
It seems that the dependencies of a task DLL built with VS2015 cannot be loaded when using those tasks in `dotnet msbuild`. Here's a reproducer using simple dummy files.
A primitive custom task, `S…
ghost updated
9 months ago
-
In light of the history of this project and its maintainers, and now the (news-to-me) GPL violations, combined with the virulently toxic attitudes of the "community" around Emby (the "stop whining" cr…
-
### Description
In one of my open source projects I am using the `Color` class of `System.Drawing` to generate code with `IIncrementalGenerator`. But the code that is being generated is different whe…
-
A subset of current c# features do not support older runtimes, but these all produce compile errors, so they are not possible to accidentally use.
A larger set of current c# features is available t…
-
Hey!
When using the following command line arguments again ilrepack, i would expect the regex entries in my file to be excluded from the merged dll:
`/t:library /internalize:"$(MSBuildProjectDirec…
-
## Steps to reproduce
Use Powershell 7.1 preview 4 or 5
```powershell
Import-Module Appx
```
## Expected behavior
```none
Successfully load the module
```
## Actual behavior
``…