-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Remove unusued using statement (fixes #35840) #35841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/Program.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/backport to release/6.0 |
Hi @DamianEdwards. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1183877565 |
PR Title
Remove unused using statement in template
PR Description
Removing unused
using Microsoft.OpenApi.Models
statement that no longer is needed in default template and removes Roslyn code-fix suggestionFixes #35840