make release notes as file per release #407
Annotations
11 warnings
Build Library:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build Library:
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 Library:
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 Library:
src/Parquet.Floor/Program.cs#L22
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 Library:
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 Library:
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 Library:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build Library:
src/Parquet.Test/Serialisation/SchemaReflectorTest.cs#L26
Field 'SchemaReflectorTest.PocoClass.MarkerField' is never assigned to, and will always have its default value false
|
Build Library:
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 Library:
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.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "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/
|
Loading