Skip to content

Update docs.Dockerfile #274

Update docs.Dockerfile

Update docs.Dockerfile #274

Triggered via pull request November 3, 2023 16:59
Status Success
Total duration 1m 6s
Artifacts

PR build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, danielpalme/[email protected], romeovs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Indico/Storage/MultipartFormUpload.cs#L15
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/MultipartFormUpload.cs#L18
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/UploadFile.cs#L13
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/UploadFile.cs#L25
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/UploadStream.cs#L13
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/UploadStream.cs#L20
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/RetrieveBlob.cs#L11
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/RetrieveBlob.cs#L32
'IndicoClient' is obsolete: 'This is the V1 Version of the indico client. Please use V2.'
build: Indico/Storage/UploadStream.cs#L56
'FileUploadException' is obsolete: 'This is the V1 Version of the object. Please use V2 where possible.'
build: Indico/Mutation/ModelGroupLoad.cs#L60
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.