Merge pull request #299 from gui-cs/numeric-up-down-support #21
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Showcase/Program.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Showcase/Program.cs#L38
Possible null reference argument for parameter 'view' in 'void Application.Run(Toplevel view, Func<Exception, bool>? errorHandler = null)'.
|
src/UI/Windows/IValueGetterDialog.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/UI/Windows/SizeEditor.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
src/UI/Windows/SliderOptionEditor.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
src/ArrayExtensions.cs#L49
Converting null literal or possible null value to non-nullable type.
|
src/ArrayExtensions.cs#L49
Possible null reference return.
|
src/DesignState.cs#L68
Dereference of a possibly null reference.
|
src/ToCode/Property.cs#L313
Dereference of a possibly null reference.
|
src/ToCode/Property.cs#L314
Dereference of a possibly null reference.
|
This job succeeded
Loading