Merge branch 'main' of https://github.com/ljeanner/VirtualTeacherGenA… #2
Annotations
1 error and 8 warnings
dotnet publish
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build with dotnet:
VirtualTeacherGenAIDemo.Server/Controllers/TestParseDocument.cs#L64
The variable 'ex' is declared but never used
|
Build with dotnet:
VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L5
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L6
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
VirtualTeacherGenAIDemo.Server/Controllers/TestParseDocument.cs#L64
The variable 'ex' is declared but never used
|
Build with dotnet:
VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L5
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
VirtualTeacherGenAIDemo.Server/Models/Request/DeleteMessageRequest.cs#L6
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Loading