Muhammad Rehan Saeed
Muhammad Rehan Saeed
All errors seem to be logged in Elmah except 404 Not Found errors. I have now narrowed this error down to a routing problem. I am using attribute routing only...
I've discovered that you can run an ASP.NET Core image with a read-only file system but this requires you to turn off debugging and profiling support because otherwise you get...
What magic incantation do I need to add to the launchSettings.json file to add the HTTP REPL as an option to launch the app? I'd prefer this because it's not...
The [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading/blob/master/doc/analyzers/index.md) package has a very similar aim. It would be nice to see these two projects combined. Furthermore, I've already raised an issue asking if `Microsoft.VisualStudio.Threading.Analyzers` has any plans...
### Installed product versions - Visual Studio: 2017 Enterprise - This extension: 1.16.198 ### Description Missing csharp settings in https://github.com/dotnet/roslyn/pull/15020 and https://github.com/dotnet/roslyn/pull/15065. You seem to have added support for settings...
## Steps to reproduce the issue I'd like to be able to build my project targeting .NET Framework (Mono) and .NET Core. ## Expected behavior A docker image exists with...
In my [.NET Boxed GraphQL project template](https://github.com/Dotnet-Boxed/Templates/blob/master/Docs/GraphQL.md) I have an example of creating a GraphQL connection. I feel like there is too much boilerplate you have to write to get...
I would like to use `NodeGraphType` to implement the `NodeInterface` type. I'm trying to get my head around why `NodeGraphType` exists and how to use it. I think it: 1....
### Expected behavior Use Docker for AWS 17.06 stable channel to do a fresh install in the Ireland AWS region. Expect to see AWS Cloudstor plugin installed and enabled. ###...
The current cloud formation template creates a Classic load balancer (ELB v1). The newer Application Load Balancer (ELB v2) has the ability to route HTTP requests. I'd like to be...