Skip to content

Update onnxruntime from 1.16.3 to 1.17.0 #429

Update onnxruntime from 1.16.3 to 1.17.0

Update onnxruntime from 1.16.3 to 1.17.0 #429

Triggered via pull request February 16, 2024 13:30
Status Success
Total duration 3h 21m 45s
Artifacts 5

test-dot-net.yaml

on: pull_request
Matrix: build-libs
Matrix: test-dot-net
Fit to window
Zoom out
Zoom in

Annotations

47 warnings
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-dot-net (ubuntu-latest, 3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/download-artifact@v2, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-dot-net (ubuntu-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-dot-net (ubuntu-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netcoreapp3.1 target framework
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the net6.0 target framework
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the net7.0 target framework
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (ubuntu-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netcoreapp3.1 target framework
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the net6.0 target framework
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the net7.0 target framework
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L21
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L24
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L27
Non-nullable property 'Encoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L30
Non-nullable property 'Decoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L33
Non-nullable property 'Joiner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L36
Non-nullable property 'ParaformerEncoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L39
Non-nullable property 'ParaformerDecoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L42
Non-nullable property 'Zipformer2Ctc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L49
Non-nullable property 'DecodingMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L83
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/download-artifact@v2, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-dot-net (macos-latest, 3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L21
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L24
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L27
Non-nullable property 'Encoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L30
Non-nullable property 'Decoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L33
Non-nullable property 'Joiner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L36
Non-nullable property 'ParaformerEncoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L39
Non-nullable property 'ParaformerDecoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L42
Non-nullable property 'Zipformer2Ctc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L49
Non-nullable property 'DecodingMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/online-decode-files/Program.cs#L83
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netcoreapp3.1 target framework
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the net6.0 target framework
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the net7.0 target framework
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (macos-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netcoreapp3.1 target framework
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the net6.0 target framework
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the net7.0 target framework
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework

Artifacts

Produced during runtime
Name Size
dot-net-tts-generated-test-files-macos-latest Expired
307 KB
dot-net-tts-generated-test-files-ubuntu-latest Expired
307 KB
macos-latest Expired
57.9 MB
ubuntu-latest Expired
38.9 MB
windows-latest Expired
34.5 MB