chore: Remove unused PostHero method from HeroController for code cle… #13
Annotations
3 errors and 4 warnings
|
tests/HeroControllerTests.cs#L76
'HeroController' does not contain a definition for 'PostHero' and no accessible extension method 'PostHero' accepting a first argument of type 'HeroController' could be found (are you missing a using directive or an assembly reference?)
|
tests/HeroControllerTests.cs#L76
'HeroController' does not contain a definition for 'PostHero' and no accessible extension method 'PostHero' accepting a first argument of type 'HeroController' could be found (are you missing a using directive or an assembly reference?)
|
tests/HeroControllerTests.cs#L102
Converting null literal or possible null value to non-nullable type.
|
tests/HeroControllerTests.cs#L60
Converting null literal or possible null value to non-nullable type.
|
tests/HeroControllerTests.cs#L102
Converting null literal or possible null value to non-nullable type.
|
tests/HeroControllerTests.cs#L60
Converting null literal or possible null value to non-nullable type.
|
Loading