Travis Whidden

Results 8 issues of Travis Whidden

When targeting netstandard2.0, using 2.0.3 dotnet-svcutil under net6.0, the generation process will fail stating the following error: `SC : error CS8630: Invalid 'nullable' value: 'Enable' for C# 7.3. Please use...

tooling

In the latest update to the `SlidingCache` implementation, we addressed a critical oversight related to concurrent modifications and access patterns. Specifically, we identified that a cache key could be removed...

bug

Using the latest nuget package as of 2016-02-03, the temp directory gets loaded with temp files after calling Convert(). c:\windows\temp\wktemp-_GUID_.pdf As a temporary solution, I put in the following code...

This is mainly a convenience factor -- recently went to deploy this on a customer server. Spent hours trying to find out what was going on. busted out Dependency walker,...

This is purely a selfish request - The `ILoggerFactory` is a common dotnet interface, which when using this library for anything will become the first-priority for selection. Downside is, it...

question
wontfix

Working on a conversion from Framework EF6 to Core EF7. This code previously was working without error. Converting from net framework over to core, and that comes with moving Entity...

type-bug
customer-reported
area-query
area-groupby

### What happened? #### Description: When using WebView2, the `ServerCertificateErrorDetected` callback effectively allows the use of self-signed certificates in a closed network by setting` args.Action = CoreWebView2ServerCertificateErrorAction.AlwaysAllow`. #### Problem: However,...

bug
tracked

**Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? yes - Are you sure you're not using someone else's docker image? yes - If having problems...

bug