Update getting started guide to document visual schema compare feature #174
Annotations
6 warnings
|
Build:
src/Vsix/TreeViewer/MEF/DacpacItemNode.cs#L259
Accessing "SqlProjectsPowerTools.TreeViewer.IconMapper.GetIcon" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
|
|
Build:
src/Vsix/TreeViewer/MEF/DacpacItemNode.cs#L257
Accessing "SqlProjectsPowerTools.TreeViewer.IconMapper.GetIcon" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
|
|
Build:
src/Vsix/TreeViewer/MEF/DacpacItemSourceProvider.cs#L66
Accessing "SqlProjectsPowerTools.TreeViewer.MEF.DacpacItemSourceProvider.IsDacpacProject" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
|
|
Build:
src/Vsix/TreeViewer/MEF/DacpacItemNode.cs#L294
Remove the unused private method 'Refresh'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
|
Build:
src/Vsix/TreeViewer/MEF/DacpacRootNode.cs#L19
Remove the field 'dte' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
|
Build
The file header XML is invalid. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
Loading