Jon Douglas

Results 33 issues of Jon Douglas

Would it be helpful to add some type of metadata or OSI stamp to the licenses? The list of licenses from https://spdx.org/licenses/ or https://opensource.org/licenses/alphabetical have columns to provide each license...

# Microsoft Security Advisory CVE 2022-30184 | .NET Information Disclosure Vulnerability ## Executive summary Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 6.0 and...

Security
Monthly-Update
.NET Core 3.1
.NET 6.0

### Type of issue Missing information ### Description It would be useful to know the default TPV used for each respective .NET version. i.e. net6.0-android -> net6.0-androidYY.0 net7.0-android -> net7.0-androidYY.0...

:watch: Not Triaged
Pri1
dotnet/svc
standard-library/subsvc
in-pr
:pushpin: seQUESTered

We've invested time into understanding this space. It seems that for NuGet to thrive with scorecards, we will be heavily dependent on #4177 for many Microsoft packages as they haven't...

kind/enhancement
Stale

This proposal introduces a concept known as package scoring or net score for short. This is a pagerank-like score that depends on qualities of the whole NuGet package & dependencies...

We are pleased to announce the release of the second preview of .NET 9, along with comprehensive release notes that highlight significant enhancements from the initial preview. Additionally, we have...

.NET 9.0
Preview

### Related Problem _No response_ ### The Elevator Pitch When a package author is uploading a package to NuGet.org, we should validate that it supports up-to-date dependencies through a vulnerability...

feature-request

### Related Problem _No response_ ### The Elevator Pitch It would be cool to provide some type of metadata associated with a .NET library that supports the Native AOT functionality....

feature-request
Need spec

### Related Problem _No response_ ### The Elevator Pitch When we started this work for Framework badges we had a decision to make of whether to do something familiar for...

Area: Gallery UI
feature-request

https://github.com/NuGet/NuGetGallery/blob/7f55d930b98e3fcd0d901bb897819d96a9ebedb8/src/NuGetGallery.Services/Extensions/DateTimeExtensions.cs#L21C9-L24C10 -> ``` public static string ToNuGetShortDateString(this DateTime self) { return self.ToString("yyyy-MM-dd"); } ``` Or similar?