Mixer Responsible for mixing bytes Depending on BitsPerSample #67
dotnet.yml
on: push
Initialize build on .NET Core
49s
Annotations
12 warnings
Initialize build on .NET Core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Initialize build on .NET Core
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Player.cs#L28
Non-nullable field 'WaveOutHeaders' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Player.cs#L28
Non-nullable field 'ThreadPlayWaveOut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Player.cs#L28
Non-nullable event 'PlayerClosed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Player.cs#L28
Non-nullable event 'PlayerStopped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Player.cs#L228
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Protocols.cs#L34
Non-nullable event 'DataComplete' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Protocols.cs#L34
Non-nullable event 'ExceptionAppeared' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Protocols.cs#L72
Cannot convert null literal to non-nullable reference type.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Protocols.cs#L135
Cannot convert null literal to non-nullable reference type.
|
Initialize build on .NET Core:
AudioLibrary/AudioWaveOut/Recorder.cs#L32
Non-nullable field 'WaveInHeaders' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|