Update README.md #62
Annotations
11 warnings
build (8.0.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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 (8.0.x):
src/Bbox.cs#L5
Non-nullable property 'xmax' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/Bbox.cs#L6
Non-nullable property 'xmin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/Bbox.cs#L7
Non-nullable property 'ymax' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/Bbox.cs#L8
Non-nullable property 'ymin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/Bbox.cs#L9
Non-nullable property 'zmin' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/Bbox.cs#L10
Non-nullable property 'zmax' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/Bbox.cs#L13
Non-nullable field '_additionalProperties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (8.0.x):
src/GeoColumn.cs#L9
Non-nullable property 'Encoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/GeoColumn.cs#L23
Non-nullable property 'Orientation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.0.x):
src/GeoColumn.cs#L27
Non-nullable property 'Bbox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|