Skip to content

Fixed that ConnectAsync created an instance unnecesarily. #185

Fixed that ConnectAsync created an instance unnecesarily.

Fixed that ConnectAsync created an instance unnecesarily. #185

Triggered via push September 3, 2024 11:10
Status Failure
Total duration 1m 10s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
build: samples/KristofferStrube.Blazor.WebAudio.WasmExample/Shared/AudioSlicer.razor.cs#L153
Cannot implicitly convert type 'void' to 'KristofferStrube.Blazor.WebAudio.AudioNode'
build
Process completed with exit code 1.
build
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/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/MessagePort.InProcess.cs#L39
Non-nullable field 'inProcessHelper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/AudioWorkletProcessors/PullAudioWorkletProcessor.cs#L7
Missing XML comment for publicly visible type or member 'PullAudioWorkletProcessor'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/AudioWorkletProcessors/PullAudioWorkletProcessor.Options.cs#L5
Missing XML comment for publicly visible type or member 'PullAudioWorkletProcessor.Options'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/AudioWorkletProcessors/PullAudioWorkletProcessor.Options.cs#L7
Missing XML comment for publicly visible type or member 'PullAudioWorkletProcessor.Options.LowTide'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/AudioWorkletProcessors/PullAudioWorkletProcessor.Options.cs#L8
Missing XML comment for publicly visible type or member 'PullAudioWorkletProcessor.Options.HighTide'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/AudioWorkletProcessors/PullAudioWorkletProcessor.Options.cs#L9
Missing XML comment for publicly visible type or member 'PullAudioWorkletProcessor.Options.BufferRequestSize'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/AudioWorkletProcessors/PullAudioWorkletProcessor.Options.cs#L10
Missing XML comment for publicly visible type or member 'PullAudioWorkletProcessor.Options.Resolution'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/MessagePort.cs#L34
Missing XML comment for publicly visible type or member 'MessagePort.PostMessageAsync(object, ITransferable[]?)'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/MessagePort.cs#L39
Missing XML comment for publicly visible type or member 'MessagePort.StartAsync()'
build: src/KristofferStrube.Blazor.WebAudio/AudioWorklet/MessagePort.cs#L44
Missing XML comment for publicly visible type or member 'MessagePort.CloseAsync()'