v1.0.7_01-lupus #3
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/.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Models/DTO/EveAPI/Assets/Asset.cs#L114
Non-nullable property 'LocationFlag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Models/DTO/EveAPI/Assets/Asset.cs#L120
Non-nullable property 'LocationType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Program.cs#L54
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Program.cs#L142
Possible null reference assignment.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Program.cs#L143
Possible null reference assignment.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Program.cs#L147
Dereference of a possibly null reference.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Pages/Mapper/Signatures/Overview.cs#L145
Possible null reference argument for parameter 'element' in 'Attribute? Attribute.GetCustomAttribute(MemberInfo element, Type attributeType)'.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Pages/Mapper/Signatures/Overview.cs#L145
Converting null literal or possible null value to non-nullable type.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Pages/Mapper/Signatures/Overview.cs#L157
Converting null literal or possible null value to non-nullable type.
|
π¦ Generate Package (linux x64/arm, Windows x64):
src/WHMapper/Pages/Mapper/Overview.cs#L514
Converting null literal or possible null value to non-nullable type.
|
Loading