Merge pull request #14 from theImmortalCoders/issue-8 #6
Annotations
10 warnings
build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
|
build:
rag-2-backend/Test/UserServiceTest.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
rag-2-backend/Test/UserServiceTest.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
rag-2-backend/Test/UserServiceTest.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
rag-2-backend/Test/UserServiceTest.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
rag-2-backend/Test/UserServiceTest.cs#L116
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
rag-2-backend/Models/MailSettings.cs#L5
Non-nullable property 'EmailId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
rag-2-backend/Models/MailSettings.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
rag-2-backend/Models/MailSettings.cs#L7
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
rag-2-backend/Models/MailSettings.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|