README.md Required last in table #14
Annotations
6 warnings
|
build:
Demo/ExpireStorage.Demo.PWA/Pages/Home.razor.cs#L17
Non-nullable field '_form' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Tests/Drogecode.Blazor.ExpireStorage.Tests/Mocks/MockJsStorageService.cs#L32
Nullability in constraints for type parameter 'T' of method 'MockJsStorageService.StoreItem<T>(string, StorageLocation, T)' doesn't match the constraints for type parameter 'T' of interface method 'IJsStorageService.StoreItem<T>(string, StorageLocation, T)'. Consider using an explicit interface implementation instead.
|
|
build:
Tests/Drogecode.Blazor.ExpireStorage.Tests/Mocks/MockJsStorageService.cs#L14
Nullability in constraints for type parameter 'T' of method 'MockJsStorageService.RetrieveItem<T>(string, StorageLocation, T)' doesn't match the constraints for type parameter 'T' of interface method 'IJsStorageService.RetrieveItem<T>(string, StorageLocation, T)'. Consider using an explicit interface implementation instead.
|
|
build:
Demo/ExpireStorage.Demo.PWA/Pages/Home.razor.cs#L17
Non-nullable field '_form' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Tests/Drogecode.Blazor.ExpireStorage.Tests/Mocks/MockJsStorageService.cs#L32
Nullability in constraints for type parameter 'T' of method 'MockJsStorageService.StoreItem<T>(string, StorageLocation, T)' doesn't match the constraints for type parameter 'T' of interface method 'IJsStorageService.StoreItem<T>(string, StorageLocation, T)'. Consider using an explicit interface implementation instead.
|
|
build:
Tests/Drogecode.Blazor.ExpireStorage.Tests/Mocks/MockJsStorageService.cs#L14
Nullability in constraints for type parameter 'T' of method 'MockJsStorageService.RetrieveItem<T>(string, StorageLocation, T)' doesn't match the constraints for type parameter 'T' of interface method 'IJsStorageService.RetrieveItem<T>(string, StorageLocation, T)'. Consider using an explicit interface implementation instead.
|