-
In feature/netstandardversions, the version of ReportGenerator was updated from 2.4.5 to 4.1.9
The new version only has executables for .net47 and .netcore3.0.
Because the SearchPackagesDirector…
-
We need to target both netstandard2.0 and net461 so that .NET Framework (net461+) apps don't pull down a bunch of shim assemblies they don't need.
/cc @schaabs
-
I recently converted a solution with around 65 C# projects, all in the new sdk-format, from nuget to paket. I used `convert-from-nuget`, resolved the detected conflicts and did a `paket simplify`. I a…
-
Since `Append` and `Prepend` comes much later than `Enumerable.Concat`, there are many old code using `Concat` with single-element array:
```csharp
values.Concat(new[] { moreValue })
```
which can…
-
## Actual Behavior
1. Ensure AppInisight is configured and dependency tracking is enabled.
2. Construct a SubscriptionClient for a topic with sessions enabled.
3. Call RegisterSessionHandler on the…
-
- [ ] question
- [x] bug report
- [ ] feature request
I've created a NetStandard2.0 package that depends on:
- Accord.Vision 3.8.2-alpha
- CoreCompat.System.Drawing.v2 5.2.0-preview1-r131…
-
During the compilation of my project I see the following warning:
`1> No way to resolve conflict between "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" and "New…
mores updated
2 years ago
-
## VERSION: ##
_Provide the version of Swashbuckle you're using_
```
c.SingleApiVersion("v1", "A title for your API"))
// .EnableSwaggerUi();
HttpConfiguration httpConf…
-
Hey! Thanks for the project!
I'm getting this error as soon as I import it:
`Library\PackageCache\com.sator-imaging.alt-source-generator@4fcd4088cd\Runtime\USGContext.cs(8,40): error CS0518: Prede…
-
## Required Information
**Question, Bug, or Feature?**
*Type*: Bug
**Enter Task Name**: VSTest@2
## Environment
- Server - tfs on-premises
- If using TFS on-premises, provide t…