JT

Results 21 issues of JT

I see the below exception pop up in our logs from time-to-time after a successful rebuild, after the shard has already stopped. ``` System.NullReferenceException: Object reference not set to an...

### Steps to reproduce 1. Create a file and apply the execute permission 2. Create a tar.gz and pass the `-p` flag to preserve permissions 3. Extract the tar.gz using...

enhancement
question
tar
xplat

Hello @mblarsen, I was testing strict mode and noticed that it doesn't appear to work correctly. As `metas` in the route guard filters out routes without `can`, you can end...

Was testing out the C# client today and added a SiteConfig block to an AppService definition: ```csharp SiteConfig = new AppServiceSiteConfigArgs() { Http2Enabled = true } ``` Resulting in: ```...

I have an endpoint that does not involve types registered to Dahomey, but returns an IAsyncEnumerable. Instead of falling back to stock behavior as I would expect, the package attempts...

If a player does not have access to a world and tries to use a portal that goes to it, it produces no error or reasoning to the player (A...

Feature

Recreation for the below exception: ``` Failed while trying to detect high water statistics System.InvalidOperationException: An open data reader exists for this command. at Npgsql.NpgsqlCommand.set_Connection(NpgsqlConnection value) at Marten.Services.AutoOpenSingleQueryRunner.Query[T](ISingleQueryHandler`1 handler, CancellationToken...

### Reporting a bug? I'm attempting to get precompilation working with my Vue 2.7 + `vue-i18n-bridge` project due to CSP restrictions, however adding our `lang` directory to the `include` array...

Status: Review Needed

https://github.com/dotnet/aspnetcore/issues/37680 Currently it's only possible to use `.UseConfiguration` to override application configuration in minimal API scenarios. At minimum we should document this for v8.