ArbDok overhaul #161
Annotations
10 errors and 10 warnings
build:
Igland.MVC.Tests/Controllers/OrdreControllerUnitTests.cs#L33
'ArbDok' does not contain a definition for 'Kunde'
|
build:
Igland.MVC.Tests/Controllers/OrdreControllerUnitTests.cs#L33
'ArbDok' does not contain a definition for 'Vinsj'
|
build:
Igland.MVC.Tests/Controllers/OrdreControllerUnitTests.cs#L33
'ArbDok' does not contain a definition for 'Status'
|
build:
Igland.MVC.Tests/Controllers/ArbDokControllerUnitTests.cs#L21
'ArbDok' does not contain a definition for 'Kunde'
|
build:
Igland.MVC.Tests/Controllers/ArbDokControllerUnitTests.cs#L21
'ArbDok' does not contain a definition for 'Vinsj'
|
build:
Igland.MVC.Tests/Controllers/ArbDokControllerUnitTests.cs#L21
'ArbDok' does not contain a definition for 'Status'
|
build:
Igland.MVC.Tests/Controllers/HomeControllerUnitTests.cs#L21
'ArbDok' does not contain a definition for 'Kunde'
|
build:
Igland.MVC.Tests/Controllers/HomeControllerUnitTests.cs#L21
'ArbDok' does not contain a definition for 'Vinsj'
|
build:
Igland.MVC.Tests/Controllers/HomeControllerUnitTests.cs#L21
'ArbDok' does not contain a definition for 'Status'
|
build:
Igland.MVC.Tests/Controllers/ArbDokControllerUnitTests.cs#L162
'ArbDokViewModel' does not contain a definition for 'Kunde'
|
build:
Igland.MVC/Controllers/AccountController.cs#L27
Cannot convert null literal to non-nullable reference type.
|
build:
Igland.MVC/Controllers/AccountController.cs#L38
Cannot convert null literal to non-nullable reference type.
|
build:
Igland.MVC/Controllers/AdminController.cs#L60
Cannot convert null literal to non-nullable reference type.
|
build:
Igland.MVC/Controllers/AdminController.cs#L68
Cannot convert null literal to non-nullable reference type.
|
build:
Igland.MVC/DataAccess/DataContext.cs#L45
'DataContext.Users' hides inherited member 'IdentityUserContext<IdentityUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
Igland.MVC/Repositories/UserRepositoryBase.cs#L8
Non-nullable property 'UserManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Igland.MVC/Entities/User.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Igland.MVC/Entities/User.cs#L10
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Igland.MVC/Entities/User.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Igland.MVC/Entities/User.cs#L13
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|