typo in docs #362
build.yml
on: push
Matrix: Unit Tests
Matrix: Build Floor
Deploy Documentation
22s
Annotations
40 warnings
Build NuGet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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 NuGet:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build NuGet:
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build NuGet:
src/Parquet.Floor/Program.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build NuGet:
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build NuGet:
src/Parquet.Floor/ViewModels/MainViewModel.cs#L63
Non-nullable event 'OnNewVersionAvailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build NuGet:
src/Parquet.Floor/App.axaml.cs#L40
Using member 'Avalonia.Data.Core.Plugins.BindingPlugins.DataValidators.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. PropertyAccessors might require unreferenced code.
|
Build NuGet:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build NuGet:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build NuGet:
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build NuGet:
src/Parquet.Floor/Program.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (win-x64)
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 Floor (win-x64):
src/Parquet.Floor/Program.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (win-x64):
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (win-x64):
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (win-x64):
src/Parquet.Floor/ViewModels/MainViewModel.cs#L63
Non-nullable event 'OnNewVersionAvailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Floor (win-x64):
src/Parquet.Floor/App.axaml.cs#L40
Using member 'Avalonia.Data.Core.Plugins.BindingPlugins.DataValidators.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. PropertyAccessors might require unreferenced code.
|
Unit Tests (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit Tests (macos-latest):
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Unit Tests (macos-latest):
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build Floor (linux-x64)
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 Floor (linux-x64):
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (linux-x64):
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (linux-x64):
src/Parquet.Floor/Program.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (linux-x64):
src/Parquet.Floor/ViewModels/MainViewModel.cs#L63
Non-nullable event 'OnNewVersionAvailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Floor (linux-x64):
src/Parquet.Floor/App.axaml.cs#L40
Using member 'Avalonia.Data.Core.Plugins.BindingPlugins.DataValidators.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. PropertyAccessors might require unreferenced code.
|
Build Floor (osx-x64)
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 Floor (osx-x64):
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (osx-x64):
src/Parquet.Floor/Controllers/ParquetToCsvConverter.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (osx-x64):
src/Parquet.Floor/Program.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Floor (osx-x64):
src/Parquet.Floor/ViewModels/MainViewModel.cs#L63
Non-nullable event 'OnNewVersionAvailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Floor (osx-x64):
src/Parquet.Floor/App.axaml.cs#L40
Using member 'Avalonia.Data.Core.Plugins.BindingPlugins.DataValidators.get' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. PropertyAccessors might require unreferenced code.
|
Unit Tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit Tests (ubuntu-latest):
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Unit Tests (ubuntu-latest):
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Unit Tests (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit Tests (windows-latest):
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Unit Tests (windows-latest):
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Deploy Documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/configure-pages@v2, actions/upload-artifact@v3, actions/deploy-pages@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "bin", "github-pages".
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bin
Expired
|
1.17 MB |
|
docs
Expired
|
889 KB |
|
floor-linux-x64
Expired
|
17.8 MB |
|
floor-osx-x64
Expired
|
20.1 MB |
|
floor-win-x64
Expired
|
20.3 MB |
|