Skip to content

updated todo and removed dublicate #104

updated todo and removed dublicate

updated todo and removed dublicate #104

Triggered via push November 12, 2024 23:15
Status Success
Total duration 6m 1s
Artifacts

release.yml

on: push
Matrix: Testing
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Testing (net8.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Testing (net8.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Testing (net462)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Testing (net462)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Testing (net9.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Testing (net9.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Testing (net48)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Testing (net48)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Releasing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Releasing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Releasing: ExpressionEngine/ValueContainer.cs#L319
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: ExpressionEngine/Functions/Implementations/CollectionFunctions/UnionFunction.cs#L10
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.
Releasing: ExpressionEngine/Functions/CustomException/InvalidTemplateException.cs#L12
'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)
Releasing: ExpressionEngine/ExpressionEngine.cs#L5
Missing XML comment for publicly visible type or member 'IExpressionEngine'
Releasing: ExpressionEngine/ExpressionEngine.cs#L7
Missing XML comment for publicly visible type or member 'IExpressionEngine.Parse(string)'
Releasing: ExpressionEngine/ExpressionEngine.cs#L8
Missing XML comment for publicly visible type or member 'IExpressionEngine.ParseToValueContainer(string)'
Releasing: ExpressionEngine/ExpressionEngine.cs#L11
Missing XML comment for publicly visible type or member 'ExpressionEngine'
Releasing: ExpressionEngine/ExpressionEngine.cs#L15
Missing XML comment for publicly visible type or member 'ExpressionEngine.ExpressionEngine(ExpressionGrammar)'
Releasing: ExpressionEngine/ExpressionEngine.cs#L20
Missing XML comment for publicly visible type or member 'ExpressionEngine.Parse(string)'
Releasing: ExpressionEngine/ExpressionEngine.cs#L25
Missing XML comment for publicly visible type or member 'ExpressionEngine.ParseToValueContainer(string)'