Merge pull request #264 from dodexahedron/convert-tests-to-constraint… #2
Annotations
10 warnings
Analyze (csharp):
src/MenuTracker.cs#L97
Parameter 'hostBar' must have a non-null value when exiting with 'true'.
|
Analyze (csharp):
src/Operations/PasteOperation.cs#L144
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
|
Analyze (csharp):
src/UI/KeyboardManager.cs#L283
Possible null reference assignment.
|
Analyze (csharp):
src/Operations/AddViewOperation.cs#L83
'ViewFactory.Create(Type)' is obsolete: 'Migrate to using generic Create<T> method'
|
Analyze (csharp):
src/MenuTracker.cs#L86
Missing XML comment for publicly visible type or member 'MenuTracker.TryGetParent(MenuItem, out MenuBar?, out MenuBarItem?)'
|
Analyze (csharp):
src/Operations/Operation.cs#L8
Missing XML comment for publicly visible type or member 'Operation._timesDone'
|
Analyze (csharp):
src/UI/Editor.cs#L243
XML comment has cref attribute 'KeyPressed' that could not be resolved
|
Analyze (csharp):
src/UI/KeyboardManager.cs#L33
XML comment has cref attribute 'RootKey' that could not be resolved
|
Analyze (csharp):
src/UI/MouseManager.cs#L7
XML comment has cref attribute 'RootMouseEvent' that could not be resolved
|
Analyze (csharp):
src/UI/MouseManager.cs#L34
XML comment has cref attribute 'RootMouseEvent' that could not be resolved
|