List + Edit + Delete progress item #82
Annotations
13 warnings
Build:
app/Progress.cs#L69
Dereference of a possibly null reference.
|
Build:
app/WorkItem.cs#L68
Nullable value type may be null.
|
Build:
app/Progress.cs#L122
Dereference of a possibly null reference.
|
Build:
app/Progress.cs#L136
Dereference of a possibly null reference.
|
Run tests:
app/Progress.cs#L69
Dereference of a possibly null reference.
|
Run tests:
app/WorkItem.cs#L68
Nullable value type may be null.
|
Run tests:
app/Progress.cs#L122
Dereference of a possibly null reference.
|
Run tests:
app/Progress.cs#L136
Dereference of a possibly null reference.
|
Run tests:
app-test/DbTests.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Run tests:
app-test/ProgressTests.cs#L259
Dereference of a possibly null reference.
|
Run tests:
app-test/ProgressTests.cs#L276
Dereference of a possibly null reference.
|
Run tests:
app-test/ProgressTests.cs#L92
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Run tests:
app-test/WorkItemTests.cs#L92
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Loading