Ashley Stanton-Nurse

Results 14 issues of Ashley Stanton-Nurse

When I was doing GitHub GraphQL queries manually, I would almost always write them like this: ```graphql query { rateLimit { cost remaining resetAt } // The rest of my...

Status: Up for grabs
Type: Feature

*Please use https://github.com/dotnet/aspnetcore/issues/19806 for discussions on this topic* As part of the [ongoing repository consolidation effort](https://github.com/dotnet/announcements/issues/119) in .NET 5, we are working to move most of the content from dotnet/extensions...

**NOTE:** Please use the existing discussion issue for any questions/comments: https://github.com/dotnet/aspnetcore/issues/19570 ## Removal of Microsoft.* Azure Integration Packages As a follow-up to https://github.com/aspnet/Announcements/issues/408, the `Microsoft.*` packages that provide integration between...

Breaking change
5.0.0
Documented

Please use https://github.com/dotnet/aspnetcore/issues/19570 for any discussions on this announcement. ASP.NET Core currently includes three packages designed to integrate our components with Azure services. Specifically, the following three packages: * [`Microsoft.Extensions.Configuration.AzureKeyVault`](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.AzureKeyVault/),...

Announcement
5.0.0

## ASP.NET Core SignalR MessagePack Hub Protocol moving to MessagePack v2.x package The ASP.NET Core SignalR MessagePack Hub Protocol uses the [`MessagePack`](https://www.nuget.org/packages/MessagePack) NuGet package for MessagePack serialization. In ASP.NET Core...

Announcement
Breaking change
5.0.0
Documented

*Please use https://github.com/dotnet/aspnetcore/issues/20082 to discuss this change* ## Removed `UseSignalR`, `UseConnections` and related methods In ASP.NET Core 3.0, we converted SignalR to use Endpoint Routing. As part of that we...

Breaking change
5.0.0
Documented

# Microsoft Security Advisory | MessagePack Denial of Service ## Executive summary *This advisory is being published in response to [CVE-2020-5234, a recent security advisory for the `MessagePack` NuGet package](https://github.com/neuecc/MessagePack-CSharp/security/advisories/GHSA-7q36-4xx7-xcxf)....

Security

The `bootstrap` method has some logic to defer loading until `readyState === "complete"`: https://github.com/haacked/aspnet-client-validation/blob/2276f038cd97393b524582a412d08499c80e7d88/src/index.ts#L938-L949 However, this can cause problems if `bootstrap` is called from _within_ the `DOMContentLoaded` event. There are...

Repro Project: https://github.com/anurse/XunitCollectionsFromReferences Steps: 1. Clone the repo 1. `dotnet restore` and `dotnet build` at the root 1. `cd` to `src\TestProject` and `dotnet test` Expected behavior: Everything works Actual behavior:...

type: Discussion
area: Core framework

### What happened? We have a GitHub Workflow that runs a `preview` and `up`. Sometimes this workflow succeeds, but often it fails with an unknown error. The error is sporadic,...

needs-repro
kind/bug
area/cicd