Skip to content

Added support for fitting beyond nyquist #562

Added support for fitting beyond nyquist

Added support for fitting beyond nyquist #562

Triggered via push November 29, 2025 15:54
Status Success
Total duration 2m 37s
Artifacts 8

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 90 warnings
build (9.0.x, macos-latest)
Process completed with exit code 1.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequences/Steps/BodePlotStep.cs#L21
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequences/Variables/BenchVerificationVariables.cs#L7
'BenchVerificationVariables.ToJson()' hides inherited member 'BenchCalibrationVariables.ToJson()'. Use the new keyword if hiding was intended.
build (9.0.x, ubuntu-latest): source/TS.NET.Photino/PhotinoServer.cs#L39
Possible null reference argument for parameter 'assembly' in 'ManifestEmbeddedFileProvider.ManifestEmbeddedFileProvider(Assembly assembly, string root)'.
build (9.0.x, ubuntu-latest): source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/Steps/ModalUiStep.cs#L58
'TComponent' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'Microsoft.AspNetCore.Components.Web.HtmlRenderer.RenderComponentAsync<TComponent>(ParameterView)'. The generic parameter 'T' of 'TS.NET.Sequencer.ModalUiStep.UpdateUi<T>(Dictionary<String, Object>)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/Sequence.cs#L144
Using member 'System.Xml.Serialization.XmlSerializer.Deserialize(Stream)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from deserialized types may be trimmed if not referenced directly.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/Sequence.cs#L142
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/Sequence.cs#L137
Using member 'System.Xml.Serialization.XmlSerializer.Serialize(Stream, Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/Sequence.cs#L135
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L651
Dereference of a possibly null reference.
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L648
Dereference of a possibly null reference.
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L155
Converting null literal or possible null value to non-nullable type.
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L154
Converting null literal or possible null value to non-nullable type.
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BoxcarAveraging on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BurstTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member EdgeTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member SampleRateHz on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member AdcResolution on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member SampleRateHz on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member AdcResolution on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, ubuntu-latest): source/TS.NET.Sequences/Singletons/Instruments.cs#L13
Field 'Instruments.thunderScopeData' is never assigned to, and will always have its default value null
build (9.0.x, ubuntu-latest): source/TS.NET.Sequences/Steps/BodePlotStep.cs#L21
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequences/Steps/TrimPotStep/TrimPotStep.cs#L45
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequences/Variables/BenchVerificationVariables.cs#L7
'BenchVerificationVariables.ToJson()' hides inherited member 'BenchCalibrationVariables.ToJson()'. Use the new keyword if hiding was intended.
build (9.0.x, ubuntu-latest): source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
build (9.0.x, ubuntu-latest): source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
build (9.0.x, ubuntu-latest): source/TS.NET.Photino/PhotinoServer.cs#L39
Possible null reference argument for parameter 'assembly' in 'ManifestEmbeddedFileProvider.ManifestEmbeddedFileProvider(Assembly assembly, string root)'.
build (9.0.x, macos-latest): source/TS.NET.Sequences/Steps/BodePlotStep.cs#L21
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
build (9.0.x, macos-latest): source/TS.NET.Sequences/Variables/BenchVerificationVariables.cs#L7
'BenchVerificationVariables.ToJson()' hides inherited member 'BenchCalibrationVariables.ToJson()'. Use the new keyword if hiding was intended.
build (9.0.x, macos-latest): source/TS.NET.Sequencer/Sequence.cs#L144
Using member 'System.Xml.Serialization.XmlSerializer.Deserialize(Stream)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from deserialized types may be trimmed if not referenced directly.
build (9.0.x, macos-latest): source/TS.NET.Sequencer/Sequence.cs#L142
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, macos-latest): source/TS.NET.Sequencer/Sequence.cs#L137
Using member 'System.Xml.Serialization.XmlSerializer.Serialize(Stream, Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, macos-latest): source/TS.NET.Sequencer/Sequence.cs#L135
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, macos-latest): source/TS.NET.Sequencer/Steps/ModalUiStep.cs#L58
'TComponent' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'Microsoft.AspNetCore.Components.Web.HtmlRenderer.RenderComponentAsync<TComponent>(ParameterView)'. The generic parameter 'T' of 'TS.NET.Sequencer.ModalUiStep.UpdateUi<T>(Dictionary<String, Object>)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (9.0.x, macos-latest): source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
build (9.0.x, macos-latest): source/TS.NET.Photino/PhotinoServer.cs#L39
Possible null reference argument for parameter 'assembly' in 'ManifestEmbeddedFileProvider.ManifestEmbeddedFileProvider(Assembly assembly, string root)'.
build (9.0.x, macos-latest): source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
build (9.0.x, macos-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L651
Dereference of a possibly null reference.
build (9.0.x, macos-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L648
Dereference of a possibly null reference.
build (9.0.x, macos-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L155
Converting null literal or possible null value to non-nullable type.
build (9.0.x, macos-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L154
Converting null literal or possible null value to non-nullable type.
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BoxcarAveraging on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BurstTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member EdgeTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member SampleRateHz on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member AdcResolution on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L154
Converting null literal or possible null value to non-nullable type.
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BoxcarAveraging on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BurstTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member EdgeTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member SampleRateHz on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member AdcResolution on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, macos-latest): source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
build (9.0.x, macos-latest): source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
build (9.0.x, macos-latest): source/TS.NET.Photino/PhotinoServer.cs#L39
Possible null reference argument for parameter 'assembly' in 'ManifestEmbeddedFileProvider.ManifestEmbeddedFileProvider(Assembly assembly, string root)'.
build (9.0.x, windows-latest): source/TS.NET.Sequences/Steps/TrimPotStep/TrimPotStep.cs#L45
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
build (9.0.x, windows-latest): source/TS.NET.Sequences/Variables/BenchVerificationVariables.cs#L7
'BenchVerificationVariables.ToJson()' hides inherited member 'BenchCalibrationVariables.ToJson()'. Use the new keyword if hiding was intended.
build (9.0.x, windows-latest): source/TS.NET.Sequencer/Steps/ModalUiStep.cs#L58
'TComponent' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'Microsoft.AspNetCore.Components.Web.HtmlRenderer.RenderComponentAsync<TComponent>(ParameterView)'. The generic parameter 'T' of 'TS.NET.Sequencer.ModalUiStep.UpdateUi<T>(Dictionary<String, Object>)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build (9.0.x, windows-latest): source/TS.NET.Sequencer/Sequence.cs#L144
Using member 'System.Xml.Serialization.XmlSerializer.Deserialize(Stream)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from deserialized types may be trimmed if not referenced directly.
build (9.0.x, windows-latest): source/TS.NET.Sequencer/Sequence.cs#L142
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, windows-latest): source/TS.NET.Sequencer/Sequence.cs#L137
Using member 'System.Xml.Serialization.XmlSerializer.Serialize(Stream, Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, windows-latest): source/TS.NET.Sequencer/Sequence.cs#L135
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (9.0.x, windows-latest): source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
build (9.0.x, windows-latest): source/TS.NET.Photino/PhotinoServer.cs#L39
Possible null reference argument for parameter 'assembly' in 'ManifestEmbeddedFileProvider.ManifestEmbeddedFileProvider(Assembly assembly, string root)'.
build (9.0.x, windows-latest): source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
build (9.0.x, windows-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L651
Dereference of a possibly null reference.
build (9.0.x, windows-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L648
Dereference of a possibly null reference.
build (9.0.x, windows-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L155
Converting null literal or possible null value to non-nullable type.
build (9.0.x, windows-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L154
Converting null literal or possible null value to non-nullable type.
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BoxcarAveraging on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BurstTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member EdgeTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member SampleRateHz on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member AdcResolution on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/Threads/ProcessingThread.cs#L154
Converting null literal or possible null value to non-nullable type.
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BoxcarAveraging on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member BurstTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member EdgeTriggerParameters on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member SampleRateHz on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Engine/DTOs/INotificationDto.cs#L10
The member AdcResolution on the mapping source type TS.NET.ThunderscopeProcessingConfig is not mapped to any member on the mapping target type TS.NET.Engine.ProcessingConfigDto
build (9.0.x, windows-latest): source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
build (9.0.x, windows-latest): source/TS.NET.Photino/PhotinoServer.cs#L39
Possible null reference argument for parameter 'assembly' in 'ManifestEmbeddedFileProvider.ManifestEmbeddedFileProvider(Assembly assembly, string root)'.
build (9.0.x, windows-latest): source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.

Artifacts

Produced during runtime
Name Size Digest
TS.NET.Engine-linux-x64
6.7 MB
sha256:b4e3a7c86d95cb3cd754ac3027df770a0e080d080e64d8f6ec12b0b9e3f99920
TS.NET.Engine-macos-arm64
6.24 MB
sha256:40918f474b29c62745e0d0eae592da68a69f3f9f0ca497d98057ec78117a584a
TS.NET.Engine-macos-x64
6.65 MB
sha256:84376514ed1d4ed7c3d277de20b7598bc15cf71c1023f025f9e59fcf41fb870c
TS.NET.Engine-win-x64
6.34 MB
sha256:e0fe0a37d5e2c53f222af0998dbf3605842cf98e2c1f9f7b36de910f4e3cb1a2
TS.NET.Testbench.UI-linux-x64
13.7 MB
sha256:c60b94b691fc207b511c240f69c77c6f0339fa4dd7cbca748887fd1082112024
TS.NET.Testbench.UI-macos-arm64
13.5 MB
sha256:b83f7f423d2e4689ca16133100ec8c2994b35d84498f035773e183e48e2dd1c5
TS.NET.Testbench.UI-macos-x64
13.9 MB
sha256:0a9d66e93fce69c8add4be23d6de20f5182145c14634887bc5e2749848e0ed21
TS.NET.Testbench.UI-win-x64
13.9 MB
sha256:4c2d52ecfc6155c70b86333c40a93599192c6fc224c3592ffb53ebd83b673116