improve fonts loader for wasm project #16
Annotations
11 warnings
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, peaceiris/[email protected]. 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:
Share.PDF/Helpers/LayoutHelper.cs#L15
Non-nullable property 'Gfx' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
|
Build and Deploy Job:
Share.PDF/Editions.cs#L83
Dereference of a possibly null reference.
|
Build and Deploy Job:
Share.PDF/Editions.cs#L144
Dereference of a possibly null reference.
|
Build and Deploy Job:
Share.PDF/Editions.cs#L242
Dereference of a possibly null reference.
|
Build and Deploy Job:
Share.PDF/Models/Fonts.cs#L5
Non-nullable property 'OpenSans' must contain a non-null value when exiting constructor. Consider 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 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 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 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 declaring the field as nullable.
|