Delete database table/hh #25
Annotations
10 warnings
build:
Dapper_pro/Services/ServiceToScope.cs#L6
The using directive for 'Dapper_pro.Interfaces' appeared previously in this namespace
|
build:
Dapper_pro/ChatHub.cs#L32
Nullability of type of parameter 'exception' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Dapper_pro/Models/Student.cs#L23
The type name 'searchmodel' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Dapper_pro/Models/TeacherInter.cs#L19
The type name 'teachersearchmodel' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
Dapper_pro/Code/ConnectionStringList.cs#L5
Non-nullable property 'ConnectionString1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dapper_pro/Program.cs#L29
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build:
Dapper_pro/Utility/DBGateway.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build:
Dapper_pro/Utility/DBGateway.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build:
Dapper_pro/Utility/DBGateway.cs#L41
Possible null reference return.
|
build:
Dapper_pro/Utility/DBGateway.cs#L61
Converting null literal or possible null value to non-nullable type.
|