Joseph Woodward

Results 21 issues of Joseph Woodward

**Describe the bug** When running the Docker Compose examples on Apple's M1 ARM hardware the [synthetic load generator](https://github.com/Omnition/synthetic-load-generator) container starts but hangs (I'll update this with the error message seen...

When logging, there would be times where you'd like to know whether the exception was one configured. Example: ```csharp x.OnError((context, exception, httpContext) => { if (!context.wasCaught){ _logger.Error(exception.Message); } return Task.CompletedTask;...

Jump In

Title says it all, look to see how nicely this places with the standard error pages to ensure it's not swallowing them (if possible). The same goes for MVC when...

See [here](https://github.com/JosephWoodward/graphiql-dotnet/issues/10) for more discussions on this.

Would love to have support for ASP.NET (not Core), anyone up for contributing a PR? I presume this would require the none .NET Core MVC taking a dependency on OWIN...

help wanted

Whilst working on [updating the Query API to support timeouts](https://github.com/prometheus/client_golang/pull/1014) I noticed that the API tests [do not currently verify the request parameters](https://github.com/prometheus/client_golang/blob/main/api/prometheus/v1/api_test.go#L69-L92) against the `reqParam` type [configured as part...

Really interested in knowing how [TryRoslyn](https://tryroslyn.azurewebsites.net/#f:>il/K4Zwlgdg5gBAygTxAFwKYFsDcBYAUAB2ACMAbMAYxnJIEMQQYBhGAbzxg5kNIpgDcA9mAAmMALIAKAJSt2nAL555QA==) render their IL. What format is it? ```csharp .class private auto ansi '' { } // end of class .class public auto ansi beforefieldinit...

help wanted

See snippet from [this issue raise](https://github.com/JosephWoodward/VSCodeILViewer/issues/11#issuecomment-278640442) > What's happening is, because VS Code is a text editor it has no concept of a type (just a file), VS Code IL...

help wanted

I've love to add F# support at some point, so contributions would be welcome on this area.

help wanted

At the moment there are no tests!

help wanted