This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Merge branch 'master' into v4.0 #320
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/Shiny.Framework/IValidationService.cs#L9
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
Build:
src/Shiny.Framework/Extensions_Prism.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Shiny.Framework/Extensions_Prism.cs#L94
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Shiny.Framework/Extensions_Prism.cs#L103
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Shiny.Framework/GlobalExceptionAction.cs#L67
Possible null reference argument for parameter 'name' in 'LocalizedString IStringLocalizer.this[string name]'.
|
Build:
src/Shiny.Framework/GlobalExceptionAction.cs#L68
Possible null reference argument for parameter 'name' in 'LocalizedString IStringLocalizer.this[string name]'.
|
Build:
src/Shiny.Framework/Extensions_Validation.cs#L20
Dereference of a possibly null reference.
|
Build:
src/Shiny.Framework/Extensions_Validation.cs#L20
Possible null reference argument for parameter 'obj' in 'bool IValidationService.IsValid(object obj, string? propertyName = null)'.
|
Build:
src/Shiny.Framework/Extensions_Validation.cs#L33
Dereference of a possibly null reference.
|
Build:
src/Shiny.Framework/Extensions_Validation.cs#L33
Possible null reference argument for parameter 'obj' in 'IEnumerable<string> IValidationService.ValidateProperty(object obj, string propertyName)'.
|
Loading