Bump follow-redirects from 1.15.4 to 1.15.6 in /src/Good.Admin.Web #139
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/Good.Admin.Common/Extention/Extention.Stream.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Good.Admin.Common/AOP/Abstraction/CastleInterceptor.cs#L9
Non-nullable field '_aopContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/Good.Admin.Common/AOP/Abstraction/CastleInterceptor.cs#L9
Non-nullable field '_aops' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/Good.Admin.Common/Primitives/TreeModel.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Good.Admin.Common/Primitives/TreeModel.cs#L18
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Good.Admin.Common/Primitives/TreeModel.cs#L23
Non-nullable property 'ParentId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Good.Admin.Common/Primitives/TreeModel.cs#L33
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Good.Admin.Common/Primitives/TreeModel.cs#L38
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Good.Admin.Common/Primitives/SelectOption.cs#L8
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Good.Admin.Common/Primitives/SelectOption.cs#L9
Non-nullable property 'text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading