Skip to content

david-acker/UseIndexerCodeFixFormattingBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP0019 "Use Indexer" code fix formatting bug

Steps to Reproduce

  1. After ASP0019 is reported for the call to Add, apply the "Use indexer" code fix.

  2. Verify that the indexer in the fixed code is on a separate line:

Actual

context.Response.Headers
["Header"] = "Value";

Expected

context.Response.Headers["Header"] = "Value";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages