Skip to content

Adapt to SpawnDev.EBML v2 API #205

Adapt to SpawnDev.EBML v2 API

Adapt to SpawnDev.EBML v2 API #205

Triggered via push August 22, 2024 13:22
Status Success
Total duration 3m 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: b3b00/[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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v3, b3b00/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: SpawnDev.EBML/Elements/BinaryElement.cs#L18
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/BlockElement.cs#L61
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/DateElement.cs#L40
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/IntElement.cs#L24
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/FloatElement.cs#L24
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/StringElement.cs#L19
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/UintElement.cs#L25
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/MasterElement.cs#L542
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/UTF8Element.cs#L19
Nullability of type of parameter 'source' doesn't match overridden member (possibly because of nullability attributes).
build: SpawnDev.EBML/Elements/SimpleBlockElement.cs#L10
'SimpleBlockElement.TypeName' hides inherited member 'BlockElement.TypeName'. Use the new keyword if hiding was intended.