End to end bug fix #124
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/jihadkhawaja.chat.shared/Models/User.cs#L31
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/jihadkhawaja.chat.shared/Models/User.cs#L25
Non-nullable property 'Caller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/jihadkhawaja.chat.shared/Models/User.cs#L26
Non-nullable property 'Callee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/jihadkhawaja.chat.server/Interfaces/IEntity.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build:
src/jihadkhawaja.chat.server/Interfaces/IEntity.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build:
src/jihadkhawaja.chat.server/Interfaces/IEntity.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build:
src/jihadkhawaja.chat.server/Interfaces/IEntity.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Build:
src/jihadkhawaja.chat.server/Services/EntityService.cs#L145
Cannot convert null literal to non-nullable reference type.
|
Build:
src/jihadkhawaja.chat.server/Services/EntityService.cs#L159
Cannot convert null literal to non-nullable reference type.
|
Build:
src/jihadkhawaja.chat.server/Services/EntityService.cs#L174
Cannot convert null literal to non-nullable reference type.
|
Loading