Skip to content

dropping unsupported netcore 3.1 target and fixing JSON dependency (#… #778

dropping unsupported netcore 3.1 target and fixing JSON dependency (#…

dropping unsupported netcore 3.1 target and fixing JSON dependency (#… #778

Triggered via push July 16, 2024 09:01
Status Success
Total duration 5m 26s
Artifacts 1

test-coyote.yml

on: push
Matrix: Build and test Coyote
Matrix: Build and test Coyote samples
Fit to window
Zoom out
Zoom in

Annotations

43 warnings
Build and test Coyote (macos-latest)
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 and test Coyote (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, NuGet/setup-nuget@v1, actions/setup-dotnet@v1, 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 and test Coyote (macos-latest): Source/Core/Runtime/Exceptions/RuntimeException.cs#L44
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Collections/Generic/Dictionary.cs#L253
'Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L190
'HashSet<T>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L380
'HashSet<T>.HashSet(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Runtime/CompilerServices/ConfiguredTaskAwaitable.cs#L14
Ambiguous reference in cref attribute: 'SystemTask.ConfigureAwait'. Assuming 'Task.ConfigureAwait(bool)', but could have also matched other overloads including 'Task.ConfigureAwait(ConfigureAwaitOptions)'.
Build and test Coyote (macos-latest): Source/Core/Runtime/Exceptions/RuntimeException.cs#L44
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Collections/Generic/Dictionary.cs#L253
'Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L190
'HashSet<T>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L380
'HashSet<T>.HashSet(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (macos-latest): Source/Test/Rewriting/Types/Runtime/CompilerServices/ConfiguredTaskAwaitable.cs#L14
Ambiguous reference in cref attribute: 'SystemTask.ConfigureAwait'. Assuming 'Task.ConfigureAwait(bool)', but could have also matched other overloads including 'Task.ConfigureAwait(ConfigureAwaitOptions)'.
Build and test Coyote (ubuntu-latest)
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 and test Coyote (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, NuGet/setup-nuget@v1, actions/setup-dotnet@v1, 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 and test Coyote (ubuntu-latest): Source/Core/Runtime/Exceptions/RuntimeException.cs#L44
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L190
'HashSet<T>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L380
'HashSet<T>.HashSet(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Collections/Generic/Dictionary.cs#L253
'Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Runtime/CompilerServices/ConfiguredTaskAwaitable.cs#L14
Ambiguous reference in cref attribute: 'SystemTask.ConfigureAwait'. Assuming 'Task.ConfigureAwait(bool)', but could have also matched other overloads including 'Task.ConfigureAwait(ConfigureAwaitOptions)'.
Build and test Coyote (ubuntu-latest): Source/Core/Runtime/Exceptions/RuntimeException.cs#L44
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L190
'HashSet<T>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L380
'HashSet<T>.HashSet(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Collections/Generic/Dictionary.cs#L253
'Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (ubuntu-latest): Source/Test/Rewriting/Types/Runtime/CompilerServices/ConfiguredTaskAwaitable.cs#L14
Ambiguous reference in cref attribute: 'SystemTask.ConfigureAwait'. Assuming 'Task.ConfigureAwait(bool)', but could have also matched other overloads including 'Task.ConfigureAwait(ConfigureAwaitOptions)'.
Build and test Coyote (windows-latest)
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 and test Coyote (windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, NuGet/setup-nuget@v1, actions/setup-dotnet@v1, 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 and test Coyote (windows-latest): Source/Core/Runtime/Exceptions/RuntimeException.cs#L44
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L190
'HashSet<T>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Collections/Generic/Dictionary.cs#L253
'Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L380
'HashSet<T>.HashSet(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Runtime/CompilerServices/ConfiguredTaskAwaitable.cs#L14
Ambiguous reference in cref attribute: 'SystemTask.ConfigureAwait'. Assuming 'Task.ConfigureAwait(bool)', but could have also matched other overloads including 'Task.ConfigureAwait(ConfigureAwaitOptions)'.
Build and test Coyote (windows-latest): Source/Core/Runtime/Exceptions/RuntimeException.cs#L44
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L190
'HashSet<T>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Collections/Generic/Dictionary.cs#L253
'Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Collections/Generic/HashSet.cs#L380
'HashSet<T>.HashSet(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build and test Coyote (windows-latest): Source/Test/Rewriting/Types/Runtime/CompilerServices/ConfiguredTaskAwaitable.cs#L14
Ambiguous reference in cref attribute: 'SystemTask.ConfigureAwait'. Assuming 'Task.ConfigureAwait(bool)', but could have also matched other overloads including 'Task.ConfigureAwait(ConfigureAwaitOptions)'.
Build and test Coyote samples (macos-latest)
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 and test Coyote samples (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/download-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 and test Coyote samples (ubuntu-latest)
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 and test Coyote samples (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/download-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/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coyote-binaries". 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/
Build and test Coyote samples (windows-latest)
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 and test Coyote samples (windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/download-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/

Artifacts

Produced during runtime
Name Size
coyote-binaries Expired
36.4 MB