Feature: Add workflow metrics and performance tracking #7
Annotations
10 warnings
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L28
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L21
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/Workflow.cs#L287
Converting null literal or possible null value to non-nullable type.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L142
Non-nullable property 'RecommendedChanges' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L136
Non-nullable property 'IssuesFound' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L130
Non-nullable property 'Feedback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L124
Non-nullable property 'ReviewType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L28
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/CodeRepositoryEntities.cs#L21
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build project (Debug):
DeepLearningProtocol/Workflow.cs#L287
Converting null literal or possible null value to non-nullable type.
|
Loading