Mark Junker
Mark Junker
EF Core gets updated and the dependency on EF Core >= 3.0 might cause problems in the future - and there are other ORMs out there :wink: .
The `_scopeStack` of `UnitOfWorkScopeManagerBase` has a `ThreadStatic` attribute, which doesn't work together with async/await. The solution is to use `AsyncLocal` instead. Please take a look at this example for more...
I'm looking for a maintainer for this project. I simply don't have the time to maintain it any more and - to be honest - I don't think that it's...
Causes OAuth1 authentication to fail
Required by Tumblr API for multiple photo submissions
I get a HTTP 500 error: `HTTP Error 500.30` when I try to open [`fuget.org` for the package `Microsoft.Office.Interop.PowerPoint`](https://www.fuget.org/packages/Microsoft.Office.Interop.PowerPoint/15.0.4420.1017).
### Describe the bug It seems that no code gets generated during publishing a "self contained" (in contrast to a framework dependent) application. This are the build errors I get:...
From @fubar-coder on 24 May, 2016 Copied from: [dotnet/cli#3211](https://github.com/dotnet/cli/issues/3211) ## Steps to reproduce You want to create a bait-and-switch NuGet package by specifying a build for the `ref` folder instead...
### Describe the functionality desired 🐞 The library has a `Maximum` operator, but no `MaximumBy`, which allows the aggregation of a `TObject` using a key selector. ### The steps the...
**Describe the bug** When I try to build a WinUI 3 (C#) project, I get the following error: ```text EXEC : error : Could not read the Windows SDK's Platform.xml...