Create Project #53
Annotations
1 error and 11 warnings
🚦 NatashaFunctionUT UT Test
Process completed with exit code 1.
|
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/.
|
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Special/CS0104/Cs0104Model.cs#L9
Non-nullable field 'A' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Special/Readonly/ReadonlyTest.cs#L49
Non-nullable field 'interface3' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Special/Readonly/ReadonlyTest.cs#L50
Non-nullable field 'interface' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Special/Readonly/ReadonlyTest.cs#L51
Non-nullable field 'interface2' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Reverser/NullableReverserTest.cs#L35
Possible null reference argument for parameter 'fieldInfo' in 'string NullableMemberReverser.GetMemberNullableDevelopName(FieldInfo fieldInfo)'.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Reverser/NullableReverserTest.cs#L39
Possible null reference argument for parameter 'fieldInfo' in 'string NullableMemberReverser.GetMemberNullableDevelopName(FieldInfo fieldInfo)'.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Reverser/NullableReverserTest.cs#L47
Possible null reference argument for parameter 'fieldInfo' in 'string NullableMemberReverser.GetMemberNullableDevelopName(FieldInfo fieldInfo)'.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Reverser/NullableReverserTest.cs#L51
Possible null reference argument for parameter 'fieldInfo' in 'string NullableMemberReverser.GetMemberNullableDevelopName(FieldInfo fieldInfo)'.
|
🚦 NatashaFunctionUT UT Test:
test/ut/NatashaFunctionUT/Reverser/NullableReverserTest.cs#L148
Non-nullable field 'ArrayNullableField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Loading