This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Merge pull request #217 from VeganMSP/dependabot/nuget/ms-efcore-ce89… #433
Annotations
10 warnings
build:
src/VegDex.Core/Entities/Base/Entity.cs#L7
'Entity.Id' hides inherited member 'EntityBase<int>.Id'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
src/VegDex.Core/Repositories/Base/IRepository.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Repositories/Base/IRepository.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Repositories/Base/IRepository.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Entities/Restaurant.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Entities/Restaurant.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Repositories/Base/IRepository.cs#L18
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Repositories/Base/IRepository.cs#L19
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Repositories/Base/IRepository.cs#L20
Cannot convert null literal to non-nullable reference type.
|
build:
src/VegDex.Core/Configuration/ConfigManager.cs#L12
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|