Draft Release #2
Annotations
2 errors and 11 warnings
|
|
Resumer/models/Command.cs#L305
'Command.CommandProcess.OnStandardOutput': new protected member declared in sealed type
|
Resumer/models/Command.cs#L319
'Command.CommandProcess.OnProcessExited': new protected member declared in sealed type
|
Resumer/models/Command.cs#L325
'Command.CommandProcess.OnStandardError': new protected member declared in sealed type
|
Resumer/cli/commands/get/GetProjectCommand.cs#L28
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resumer/Helpers.cs#L228
Converting null literal or possible null value to non-nullable type.
|
Resumer/models/Certificate.cs#L5
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Resumer/models/Job.cs#L12
Non-nullable field '_company' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Resumer/models/Job.cs#L12
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Resumer/models/Education.cs#L6
Non-nullable property 'School' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resumer/models/Education.cs#L7
Non-nullable property 'Degree' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "publish".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job was cancelled
Loading