Async conversion for change tracking code samples #1312
Annotations
5 warnings
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/Miscellaneous/ConfiguringDbContext/WithContextFactory/MyController.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
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/Miscellaneous/ConfiguringDbContext/WithContextFactory/MyController.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|