Update Data.md #706
Annotations
1 error, 78 warnings, and 1 notice
|
build (10.0.x, macos-latest)
Process completed with exit code 1.
|
|
build (10.0.x, ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Steps/BodePlotGpsdoStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Variables/FactoryBringupVariables.cs#L13
'FactoryBringUpVariables.ToJson()' hides inherited member 'FactoryVariables.ToJson()'. Use the new keyword if hiding was intended.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/Steps/ModalUiStep.cs#L95
'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 (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/Sequence.cs#L138
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 (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/Sequence.cs#L136
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 (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/Sequence.cs#L145
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 (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/Sequence.cs#L143
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 (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
|
|
build (10.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 (10.0.x, ubuntu-latest):
source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET/Storage/Hwid.cs#L27
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET/Storage/Hwid.cs#L12
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET/Storage/Hwid.cs#L19
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET/Storage/Hwid.cs#L23
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET/Utility/Frontend.cs#L141
The variable 'pgaInputMaxDeviationFromBiasV' is assigned but its value is never used
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Steps/TrimStep/TrimStep.cs#L74
Dereference of a possibly null reference.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Steps/TrimStep/TrimStep.cs#L47
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Steps/FactoryHwidStep/FactoryHwidStep.cs#L66
Dereference of a possibly null reference.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Steps/BodePlotStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Steps/BodePlotGpsdoStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequences/Variables/FactoryBringupVariables.cs#L13
'FactoryBringUpVariables.ToJson()' hides inherited member 'FactoryVariables.ToJson()'. Use the new keyword if hiding was intended.
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET/Utility/Frontend.cs#L141
The variable 'pgaInputMaxDeviationFromBiasV' is assigned but its value is never used
|
|
build (10.0.x, ubuntu-latest):
source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
|
|
build (10.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 (10.0.x, ubuntu-latest):
source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
|
|
build (10.0.x, macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Steps/BodePlotStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Variables/FactoryBringupVariables.cs#L13
'FactoryBringUpVariables.ToJson()' hides inherited member 'FactoryVariables.ToJson()'. Use the new keyword if hiding was intended.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequencer/Steps/ModalUiStep.cs#L95
'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 (10.0.x, macos-latest):
source/TS.NET.Sequencer/Sequence.cs#L145
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 (10.0.x, macos-latest):
source/TS.NET.Sequencer/Sequence.cs#L143
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 (10.0.x, macos-latest):
source/TS.NET.Sequencer/Sequence.cs#L138
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 (10.0.x, macos-latest):
source/TS.NET.Sequencer/Sequence.cs#L136
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 (10.0.x, macos-latest):
source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
|
|
build (10.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 (10.0.x, macos-latest):
source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
|
|
build (10.0.x, macos-latest):
source/TS.NET/Storage/Hwid.cs#L27
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, macos-latest):
source/TS.NET/Storage/Hwid.cs#L23
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, macos-latest):
source/TS.NET/Storage/Hwid.cs#L19
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, macos-latest):
source/TS.NET/Storage/Hwid.cs#L12
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, macos-latest):
source/TS.NET/Utility/Frontend.cs#L141
The variable 'pgaInputMaxDeviationFromBiasV' is assigned but its value is never used
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Steps/TrimStep/TrimStep.cs#L74
Dereference of a possibly null reference.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Steps/TrimStep/TrimStep.cs#L47
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Steps/BodePlotGpsdoStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Steps/FactoryHwidStep/FactoryHwidStep.cs#L66
Dereference of a possibly null reference.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Steps/BodePlotStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequences/Variables/FactoryBringupVariables.cs#L13
'FactoryBringUpVariables.ToJson()' hides inherited member 'FactoryVariables.ToJson()'. Use the new keyword if hiding was intended.
|
|
build (10.0.x, macos-latest):
source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
|
|
build (10.0.x, macos-latest):
source/TS.NET/Utility/Frontend.cs#L141
The variable 'pgaInputMaxDeviationFromBiasV' is assigned but its value is never used
|
|
build (10.0.x, macos-latest):
source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
|
|
build (10.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 (10.0.x, windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Steps/FactoryHwidStep/FactoryHwidStep.cs#L66
Dereference of a possibly null reference.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Variables/FactoryBringupVariables.cs#L13
'FactoryBringUpVariables.ToJson()' hides inherited member 'FactoryVariables.ToJson()'. Use the new keyword if hiding was intended.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequencer/Sequence.cs#L145
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 (10.0.x, windows-latest):
source/TS.NET.Sequencer/Sequence.cs#L138
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 (10.0.x, windows-latest):
source/TS.NET.Sequencer/Sequence.cs#L143
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 (10.0.x, windows-latest):
source/TS.NET.Sequencer/Sequence.cs#L136
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 (10.0.x, windows-latest):
source/TS.NET.Sequencer/Steps/ModalUiStep.cs#L95
'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 (10.0.x, windows-latest):
source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
|
|
build (10.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 (10.0.x, windows-latest):
source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
|
|
build (10.0.x, windows-latest):
source/TS.NET/Storage/Hwid.cs#L27
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, windows-latest):
source/TS.NET/Storage/Hwid.cs#L12
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, windows-latest):
source/TS.NET/Storage/Hwid.cs#L19
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, windows-latest):
source/TS.NET/Storage/Hwid.cs#L23
Using member 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
build (10.0.x, windows-latest):
source/TS.NET/Utility/Frontend.cs#L141
The variable 'pgaInputMaxDeviationFromBiasV' is assigned but its value is never used
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Steps/TrimStep/TrimStep.cs#L74
Dereference of a possibly null reference.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Steps/TrimStep/TrimStep.cs#L47
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Steps/FactoryHwidStep/FactoryHwidStep.cs#L66
Dereference of a possibly null reference.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Steps/BodePlotStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Steps/BodePlotGpsdoStep.cs#L26
Possible null reference argument for parameter 'enabledChannelIndices' in 'void Instruments.SetThunderscopeChannel(int[] enabledChannelIndices)'.
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequences/Variables/FactoryBringupVariables.cs#L13
'FactoryBringUpVariables.ToJson()' hides inherited member 'FactoryVariables.ToJson()'. Use the new keyword if hiding was intended.
|
|
build (10.0.x, windows-latest):
source/TS.NET/Utility/Frontend.cs#L141
The variable 'pgaInputMaxDeviationFromBiasV' is assigned but its value is never used
|
|
build (10.0.x, windows-latest):
source/TS.NET.Sequencer/HTML/HtmlReport.razor#L64
The variable 'firstMetadataItem' is assigned but its value is never used
|
|
build (10.0.x, windows-latest):
source/TS.NET.Photino/LiveReloadService.cs#L72
Dereference of a possibly null reference.
|
|
build (10.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 (10.0.x, macos-latest)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
TS.NET.Engine-linux-x64
|
6.89 MB |
sha256:f965b37400db3a3bdc46a65f2e8402f542759ec67da5d8069ffaa79748c97ad8
|
|
|
TS.NET.Engine-macos-arm64
|
6.35 MB |
sha256:18bf8c8be060d83ced6db4ba191d64f71feccac2eecca2c335e1936d82ae1026
|
|
|
TS.NET.Engine-macos-x64
|
6.78 MB |
sha256:d7f5a9bf5105aa0407bf85a3797cb682c1a43ba4831dd72cb43284668f7cf666
|
|
|
TS.NET.Engine-win-x64
|
6.61 MB |
sha256:d59b49a5afd65945c6c1501529c0a8f01645ab883ed2af1fee8a0044034810f4
|
|
|
TS.NET.Testbench.UI-linux-x64
|
14.6 MB |
sha256:c98b59760d2c72400e417e045c6bc37ff8d402fb3eac46aea433af34a577bebc
|
|
|
TS.NET.Testbench.UI-macos-arm64
|
14.3 MB |
sha256:a9fb98659aafe09410ffa3fcc177670cb64b81372b5b0a23441df7e9fc664750
|
|
|
TS.NET.Testbench.UI-macos-x64
|
14.7 MB |
sha256:4dd9e48d1a18270f276348d43717e73bffc28924fe821688ce92691e060dc7d8
|
|
|
TS.NET.Testbench.UI-win-x64
|
14.9 MB |
sha256:9e8fd189a71b7ca3887e9c3fa6ac5a14eb013d8de3739b9999382dfca8c3e40b
|
|