VariantValue: use WriteArray method for writing arrays of Variant. #637
Annotations
13 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build packages:
src/Tmds.DBus.Protocol/MessageWriter.Array.cs#L113
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/MessageWriter.Array.cs#L116
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/MessageWriter.Array.cs#L119
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/MessageWriter.Variant.cs#L5
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/VariantExtensions.cs#L9
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/VariantExtensions.cs#L12
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/VariantExtensions.cs#L15
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/VariantExtensions.cs#L18
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/VariantExtensions.cs#L21
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Build packages:
src/Tmds.DBus.Protocol/VariantExtensions.cs#L24
'Variant' is obsolete: 'Variant will be removed. Use the VariantValue type instead.'
|
Run tests:
test/Tmds.DBus.Protocol.Tests/VariantValueTests.cs#L282
'VariantValue.GetObjectPath()' is obsolete: 'Call GetObjectPathAsString instead. GetObjectPath will be changed to return a ObjectPath in a future version, which will cause a breaking change.'
|
Loading