File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# API Baselines
2
2
3
- This document contains information regarding API baseline files and how to work with them. For additional details on how these files works , consult:
3
+ This document contains information regarding API baseline files and how to work with them. For additional details on how these files work , consult:
4
4
5
5
- < https://github.com/dotnet/roslyn-analyzers/blob/master/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md >
6
6
- < https://github.com/dotnet/roslyn-analyzers/blob/master/src/PublicApiAnalyzers/Microsoft.CodeAnalysis.PublicApiAnalyzers.md >
@@ -56,7 +56,7 @@ Microsoft.AspNetCore.DataProtection.Infrastructure.IApplicationDiscriminator.Dis
56
56
1 . ` {directory containing relevant *.slnf}\startvs.cmd `
57
57
1 . F6 * or whatever your favourite build gesture is*
58
58
1 . Click on a RS0016 (or whatever) error
59
- 1 . Right click in editor on underscored symbol or go straight to the “quick fix” icon to its left. Control-. also works.
59
+ 1 . Right click in editor on the underscored symbol or go straight to the “quick fix” icon to its left. Control-. also works.
60
60
1 . Choose “Add Blah to public API” / “Fix all occurrences in … Solution”
61
61
1 . Click Apply
62
62
1 . F6 * again to see if the fixer missed anything or if other RS00xx errors show up (not uncommon)*
You can’t perform that action at this time.
0 commit comments