Ashley Stanton-Nurse
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...
*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...
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/),...
## 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...
*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...
# 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)....
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:...
### 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,...