Skip to content

Cleanup of SDG configuration code #498

Cleanup of SDG configuration code

Cleanup of SDG configuration code #498

Triggered via push November 11, 2025 22:57
Status Success
Total duration 2m 55s
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.Testbench.UI/Program.cs#L164
Dereference of a possibly null reference.
build (9.0.x, ubuntu-latest): source/TS.NET.Testbench.UI/Program.cs#L156
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
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/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/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#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#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/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.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, 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/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.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, macos-latest): source/TS.NET.Testbench.UI/Program.cs#L164
Dereference of a possibly null reference.
build (9.0.x, macos-latest): source/TS.NET.Testbench.UI/Program.cs#L156
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (9.0.x, macos-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, 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#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#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#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/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.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#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.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.Testbench.UI/Program.cs#L164
Dereference of a possibly null reference.
build (9.0.x, windows-latest): source/TS.NET.Testbench.UI/Program.cs#L156
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (9.0.x, windows-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, 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/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#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#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.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#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.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:23d67d8af464dacd09babfcfc36ec0ddd77e5192e6bd59c2abfc49340aaaa2c8
TS.NET.Engine-macos-arm64
6.23 MB
sha256:2038f10ac498a04e538fe6af740bdbd56cc572d05059bfe4b1e8cfa0d531454a
TS.NET.Engine-macos-x64
6.65 MB
sha256:3bc98a266a315826a8049d515353b646b3ef0491df3db05a45ab8ce0190a2cb9
TS.NET.Engine-win-x64
6.34 MB
sha256:23b491eafe37bb8d0b606de321936d950644749cb134b725690fff194bf66ff6
TS.NET.Testbench.UI-linux-x64
16.3 MB
sha256:d45f013af7e86a772e192bdac33400c6ad1d4a9ae9918174a45729214d495f81
TS.NET.Testbench.UI-macos-arm64
16.1 MB
sha256:ffce0f4fa33ca14a0963c0ab0d27f91765b5297095311f54fc6ae8b33fd7cd82
TS.NET.Testbench.UI-macos-x64
16.5 MB
sha256:9c2ac3d17befcf557e006a72b4f5c125ad8937111809defc1b85f9e042b33755
TS.NET.Testbench.UI-win-x64
16.5 MB
sha256:156b24c875d51817c332b84c55a1b05a645e1075378665114e3fab071604a831