bump version again. are we having fun yet? #86
Annotations
9 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Extensions/HybrasylEntity.cs#L45
Type parameter 'T' has the same name as the type parameter from outer type 'HybrasylEntity<T>'
|
src/Extensions/HybrasylEntity.cs#L45
Type parameter 'T' has the same name as the type parameter from outer type 'HybrasylEntity<T>'
|
tests/Imports.cs#L44
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
tests/Imports.cs#L45
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2012)
|
src/Extensions/HybrasylEntity.cs#L45
Type parameter 'T' has the same name as the type parameter from outer type 'HybrasylEntity<T>'
|
src/Extensions/HybrasylEntity.cs#L45
Type parameter 'T' has the same name as the type parameter from outer type 'HybrasylEntity<T>'
|
tests/Imports.cs#L44
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
tests/Imports.cs#L45
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2012)
|
This job succeeded
Loading