Release Dev to Main #161
build.yml
on: pull_request
Matrix: Building
Matrix: Testing
Generate docs and publish artifacts
0s
Annotations
14 errors and 52 warnings
Building (netcoreapp3.1)
Assets file 'D:\a\ExpressionEngine\ExpressionEngine\ExpressionEngine\obj\project.assets.json' doesn't have a target for 'netcoreapp3.1'. Ensure that restore has run and that you have included 'netcoreapp3.1' in the TargetFrameworks for your project.
|
Building (netcoreapp3.1):
Test/FunctionDefinitionTests.cs#L12
The type 'ServiceCollection' exists in both 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' and 'Microsoft.Extensions.DependencyInjection, Version=3.1.31.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'
|
Building (netcoreapp3.1)
Assets file 'D:\a\ExpressionEngine\ExpressionEngine\ExpressionEngine\obj\project.assets.json' doesn't have a target for 'netcoreapp3.1'. Ensure that restore has run and that you have included 'netcoreapp3.1' in the TargetFrameworks for your project.
|
Building (netcoreapp3.1):
Test/FunctionDefinitionTests.cs#L12
The type 'ServiceCollection' exists in both 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' and 'Microsoft.Extensions.DependencyInjection, Version=3.1.31.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'
|
Building (netcoreapp3.1)
Process completed with exit code 1.
|
Building (net6.0)
The job was canceled because "netcoreapp3_1" failed.
|
Building (net48)
The job was canceled because "netcoreapp3_1" failed.
|
Building (net462)
The job was canceled because "netcoreapp3_1" failed.
|
Building (net462)
The operation was canceled.
|
Building (net7.0)
The job was canceled because "netcoreapp3_1" failed.
|
Building (net7.0)
Assets file 'D:\a\ExpressionEngine\ExpressionEngine\ExpressionEngine\obj\project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
|
Building (net7.0)
Assets file 'D:\a\ExpressionEngine\ExpressionEngine\ExpressionEngine\obj\project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
|
Building (net7.0)
Process completed with exit code 1.
|
Testing (netcoreapp3.1)
Process completed with exit code 1.
|
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 (net6.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 (net6.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/
|
Building (netcoreapp3.1)
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/
|
Building (netcoreapp3.1)
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/
|
Building (netcoreapp3.1)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Building (netcoreapp3.1)
ProjectReference 'D:\a\ExpressionEngine\ExpressionEngine\ExpressionEngine\ExpressionEngine.csproj' was resolved using '.NETFramework,Version=v4.6.2' instead of the project target framework '.NETCoreApp,Version=v3.1'. This project may not be fully compatible with your project.
|
Building (netcoreapp3.1):
ExpressionEngine/ValueContainer.cs#L319
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Building (netcoreapp3.1):
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.
|
Building (netcoreapp3.1):
ExpressionEngine/ExpressionEngine.cs#L5
Missing XML comment for publicly visible type or member 'IExpressionEngine'
|
Building (netcoreapp3.1):
ExpressionEngine/ExpressionEngine.cs#L7
Missing XML comment for publicly visible type or member 'IExpressionEngine.Parse(string)'
|
Building (netcoreapp3.1):
ExpressionEngine/ExpressionEngine.cs#L8
Missing XML comment for publicly visible type or member 'IExpressionEngine.ParseToValueContainer(string)'
|
Building (netcoreapp3.1):
ExpressionEngine/ExpressionEngine.cs#L11
Missing XML comment for publicly visible type or member 'ExpressionEngine'
|
Building (netcoreapp3.1):
ExpressionEngine/ExpressionEngine.cs#L15
Missing XML comment for publicly visible type or member 'ExpressionEngine.ExpressionEngine(ExpressionGrammar)'
|
Building (netcoreapp3.1):
ExpressionEngine/ExpressionEngine.cs#L20
Missing XML comment for publicly visible type or member 'ExpressionEngine.Parse(string)'
|
Building (net6.0)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Building (net6.0):
ExpressionEngine/ValueContainer.cs#L319
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Building (net6.0):
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.
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L5
Missing XML comment for publicly visible type or member 'IExpressionEngine'
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L7
Missing XML comment for publicly visible type or member 'IExpressionEngine.Parse(string)'
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L8
Missing XML comment for publicly visible type or member 'IExpressionEngine.ParseToValueContainer(string)'
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L11
Missing XML comment for publicly visible type or member 'ExpressionEngine'
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L15
Missing XML comment for publicly visible type or member 'ExpressionEngine.ExpressionEngine(ExpressionGrammar)'
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L20
Missing XML comment for publicly visible type or member 'ExpressionEngine.Parse(string)'
|
Building (net6.0):
ExpressionEngine/ExpressionEngine.cs#L25
Missing XML comment for publicly visible type or member 'ExpressionEngine.ParseToValueContainer(string)'
|
Building (net48)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Building (net48):
ExpressionEngine/ValueContainer.cs#L319
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Building (net48):
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.
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L5
Missing XML comment for publicly visible type or member 'IExpressionEngine'
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L7
Missing XML comment for publicly visible type or member 'IExpressionEngine.Parse(string)'
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L8
Missing XML comment for publicly visible type or member 'IExpressionEngine.ParseToValueContainer(string)'
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L11
Missing XML comment for publicly visible type or member 'ExpressionEngine'
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L15
Missing XML comment for publicly visible type or member 'ExpressionEngine.ExpressionEngine(ExpressionGrammar)'
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L20
Missing XML comment for publicly visible type or member 'ExpressionEngine.Parse(string)'
|
Building (net48):
ExpressionEngine/ExpressionEngine.cs#L25
Missing XML comment for publicly visible type or member 'ExpressionEngine.ParseToValueContainer(string)'
|
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/
|
Building (net7.0)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Building (net7.0):
ExpressionEngine/ValueContainer.cs#L319
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Building (net7.0):
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.
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L5
Missing XML comment for publicly visible type or member 'IExpressionEngine'
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L7
Missing XML comment for publicly visible type or member 'IExpressionEngine.Parse(string)'
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L8
Missing XML comment for publicly visible type or member 'IExpressionEngine.ParseToValueContainer(string)'
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L11
Missing XML comment for publicly visible type or member 'ExpressionEngine'
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L15
Missing XML comment for publicly visible type or member 'ExpressionEngine.ExpressionEngine(ExpressionGrammar)'
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L20
Missing XML comment for publicly visible type or member 'ExpressionEngine.Parse(string)'
|
Building (net7.0):
ExpressionEngine/ExpressionEngine.cs#L25
Missing XML comment for publicly visible type or member 'ExpressionEngine.ParseToValueContainer(string)'
|
Testing (net7.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 (net7.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 (netcoreapp3.1)
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 (netcoreapp3.1)
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/
|