Dave Black

Results 14 issues of Dave Black

This Nuget package has a dependency on `System.Drawing.Common`. The `System.Drawing.Common` Nuget used to be supported via libgdiplus however, as of .NET 6, Microsoft made the decision to make a breaking...

I see that there is a new version showing in my Nuget Package Manager. However, the Release Notes haven't been updated since Nov. 2017. It would be nice to not...

The old `System.Data.SqlClient` has been around for many years but has been superseded by the `Microsoft.Data.SqlClient` nuget for as of May 2019. The old `System.Data.SqlClient` will only have bug fixes...

I have a database with a table named `TimeZone`. I have disabled pluralization as it is undesired in my case. When I generate the DbContext, there is an ambiguous reference...

enhancement

There are times I find myself returning an empty `List` to satisfy the .Net Framework Design Guileine for return values representing a collection of some sort - https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/guidelines-for-collections Unfortunately, this...

enhancement
up for grabs

Framework used: ASP.NET Core Runtime used: .NET Core Version: 2.2.7 NuGet packages used: Sentry.AspNetCore Version: 1.2.0 I get a Startup error with the following exception when I register `ISentryEventExceptionProcessor` as...

bug
ASP.NET Core
up-for-grabs
Impact: Small
Effort: Small
Platform: .NET

I am using AzureAD authentication along with a custom JWT Bearer auth. I'm using `Microsoft.Identity.Web` to facilitate the AzureAD auth. I'm not sure if this issue should be posted there...

Customer reported
Investigate
Question
PII / Logging

### Installed product versions - Visual Studio: 2019 Enterprise - This extension: 2.1.47 ### Description I would like to be able to use this extension with my TypeScript files.

THis extension is great! One addition that would be helpful is to be able to dismiss articles. For example, there may be 4 articles of 10 that I find interesting....

The `_isDisposed` variable is vulnerable to a race condition. It should be marked as `volatile`: `private volatile bool _isDisposed;`