Login with magic link #250
Annotations
10 warnings
Build CoffeeCard solution:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L28
Dereference of a possibly null reference.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L27
Converting null literal or possible null value to non-nullable type.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L29
Possible null reference argument for parameter 'entity' in 'string BuilderGenerator.GenerateBuilderCode(INamedTypeSymbol typeSymbol, ITypeSymbol entity)'.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Common/Errors/ApiException.cs#L26
Member 'ApiException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'ApiException.GetObjectData(SerializationInfo, StreamingContext)'.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Common/Errors/ApiException.cs#L21
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Common/Errors/ApiException.cs#L28
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/LoginAttempt.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/DataTransferObjects/CoffeeCard/CoffeeCard.cs#L31
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build CoffeeCard solution:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L28
Non-nullable property 'AssociatedProducts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading