Fix design-time services documentation for EF Core 6.0+ #1379
Annotations
5 errors and 11 warnings
|
build
Process completed with exit code 1.
|
|
build:
samples/core/Miscellaneous/CommandLine/CustomTools.cs#L31
The name 'Activator' does not exist in the current context
|
|
build:
samples/core/Miscellaneous/CommandLine/CustomTools.cs#L49
'DbContextOptionsBuilder' does not contain a definition for 'UseSqlServer' and no accessible extension method 'UseSqlServer' accepting a first argument of type 'DbContextOptionsBuilder' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
samples/core/Miscellaneous/CommandLine/CustomTools.cs#L31
The name 'Activator' does not exist in the current context
|
|
build:
samples/core/Miscellaneous/CommandLine/CustomTools.cs#L49
'DbContextOptionsBuilder' does not contain a definition for 'UseSqlServer' and no accessible extension method 'UseSqlServer' accepting a first argument of type 'DbContextOptionsBuilder' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
samples/core/Querying/QueryFilters/NamedFilters.cs#L67
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
samples/core/Querying/QueryFilters/Multitenancy.cs#L61
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:
samples/core/Querying/QueryFilters/Multitenancy.cs#L41
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
samples/core/Miscellaneous/ConfiguringDbContext/WebApp/Program.cs#L8
The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point.
|
|
build:
samples/core/Querying/QueryFilters/SoftDeletion.cs#L63
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
samples/core/Querying/QueryFilters/SoftDeletion.cs#L105
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:
samples/core/Querying/QueryFilters/NamedFilters.cs#L110
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:
samples/core/Querying/QueryFilters/NamedFilters.cs#L67
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
samples/core/Querying/QueryFilters/Multitenancy.cs#L61
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:
samples/core/Querying/QueryFilters/Multitenancy.cs#L41
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|