agilenut

Results 9 issues of agilenut

I've noticed that with Pre-release 2, the ProducesDefaultResponseType doesn't seem to behave the way it did previously. I'm now getting this in SwaggerUI: Previously, it looked like:

bug
answered
asp.net core

I have a solution template that creates a solution and 2 projects. The output structure should look like this: * MyName.sln * src * MyName * MyName.csproj * tests *...

triaged
area: Visual Studio

When creating a test project with a package reference to xunit.runner.visualstudio, we get the following warning dialog complaining that we are attempting to add unmapped items to a source controlled...

I really like your plugin. Great work. One issue I have is that when I copy the formatted json, it seems to lose all of its indention. Is it possible...

This library currently brings in a lot of unwanted dependencies. I'd like to propose a multi-package structure that creates a better separation of concerns and improves dependency management. This doesn't...

feature
status-triage_done

It looks like you are adding headers before calling next() in the middleware. This means that any middleware registered after the security header middleware does not have a chance to...

We have a requirement to be able to dynamically reload all configuration without requiring an app restart. This would normally be accomplished by having a config like: ```json { "JwtBearerOptions":...

enhancement
OKTA-441254

We have a lot of repositories in our project. We use a prefix on each repository to indicate the organization. It would be nice to be able to save a...

duplicate
enhancement

When I setopt GLOB_COMPLETE, I am able to type 'cd D*' and get a list of completions for items that start with 'D'. But it only works when there are...

question