Merge branch 'master' of https://github.com/tossnet/Blazor-PdfSharpCore #18
Annotations
1 error and 12 warnings
Build and Deploy Job
Process completed with exit code 2.
|
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and Deploy Job
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and Deploy Job:
Share.PDF/Editions.cs#L88
Dereference of a possibly null reference.
|
Build and Deploy Job:
Share.PDF/Editions.cs#L149
Dereference of a possibly null reference.
|
Build and Deploy Job:
Share.PDF/Editions.cs#L247
Dereference of a possibly null reference.
|
Build and Deploy Job:
Share.PDF/Helpers/LayoutHelper.cs#L15
Non-nullable property 'Gfx' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Helpers/LayoutHelper.cs#L15
Non-nullable property 'Page' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Models/Fonts.cs#L5
Non-nullable property 'OpenSans' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Models/Fonts.cs#L6
Non-nullable property 'OpenSansBold' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Models/Fonts.cs#L7
Non-nullable property 'OpenSansBoldItalic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Models/Fonts.cs#L8
Non-nullable property 'OpenSansItalic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Tables.cs#L20
Non-nullable field '_forecasts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|