Add DifferentExamples #58
Annotations
10 warnings
build:
NUnitTests/Lessons/21/AsyncHomework.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:
NUnitTests/Lessons/21/LinqTests.cs#L98
Dereference of a possibly null reference.
|
build:
NUnitTests/Lessons/21/AsyncTests.cs#L42
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
NUnitTests/Lessons/21/AsyncTests.cs#L43
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
NUnitTests/Lessons/21/AsyncTests.cs#L44
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
NUnitTests/Lessons/21/AsyncTests.cs#L37
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:
NUnitTests/Lessons/21/AsyncTests.cs#L55
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
NUnitTests/Lessons/21/LinqTests.cs#L5
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:
NUnitTests/Lessons/21/LinqTests.cs#L7
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
NUnitTests/Features/Drive/DrivePresetup.cs#L24
Nullable value type may be null.
|