Update spectre to v0.49.1 #6156
ci.yml
on: pull_request
build
9m 53s
Publish
/
publish
9s
Annotations
1 error and 30 warnings
Publish / publish
Process completed with exit code 1.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Conventions.ConventionAttributesGenerator.Initialize(Microsoft.CodeAnalysis.IncrementalGeneratorInitializationContext) from ../src/Conventions.Analyzers/ConventionAttributesGenerator.cs as it already exist in ../src/Conventions.Analyzers/ConventionAttributesGenerator.cs.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Hosting.RocketBooster.ForConventions(Rocket.Surgery.Conventions.IConventionFactory) from ../src/WebAssembly.Hosting/RocketBooster.cs as it already exist in ../src/Hosting/RocketBooster.cs.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Hosting.RocketBooster.ForAppDomain(System.AppDomain) from ../src/WebAssembly.Hosting/RocketBooster.cs as it already exist in ../src/Hosting/RocketBooster.cs.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Hosting.RocketBooster.ForAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly}) from ../src/WebAssembly.Hosting/RocketBooster.cs as it already exist in ../src/Hosting/RocketBooster.cs.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Hosting.RocketBooster.For(Rocket.Surgery.Conventions.IConventionFactory) from ../src/WebAssembly.Hosting/RocketBooster.cs as it already exist in ../src/Hosting/RocketBooster.cs.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Hosting.RocketBooster.For(System.AppDomain) from ../src/WebAssembly.Hosting/RocketBooster.cs as it already exist in ../src/Hosting/RocketBooster.cs.
|
build
warning: Ignore duplicated member Method:Rocket.Surgery.Hosting.RocketBooster.For(System.Collections.Generic.IEnumerable{System.Reflection.Assembly}) from ../src/WebAssembly.Hosting/RocketBooster.cs as it already exist in ../src/Hosting/RocketBooster.cs.
|
build
/home/runner/work/Conventions/Conventions/docs/guides/custom-conventions.md: warning unknown-language-code: Unrecognized language value 'c#' in code snippet 'codeblock' in file '../../sample/Sample.Core/Databases/IDatabaseConfigurator.cs'. Your code snippet might not render correctly. If this is the case, you can request a new value or use range instead.
|
build
/home/runner/work/Conventions/Conventions/docs/guides/custom-conventions.md: warning unknown-language-code: Unrecognized language value 'c#' in code snippet 'codeblock' in file '../../sample/Sample.Core/Databases/DatabaseConvention.cs'. Your code snippet might not render correctly. If this is the case, you can request a new value or use range instead.
|
build
/home/runner/work/Conventions/Conventions/docs/guides/custom-conventions.md: warning unknown-language-code: Unrecognized language value 'c#' in code snippet 'codeblock' in file '../../sample/Sample.Core/Databases/IDatabaseConvention.cs'. Your code snippet might not render correctly. If this is the case, you can request a new value or use range instead.
|
build
/home/runner/work/Conventions/Conventions/sample/Sample/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(22,19): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/Conventions/Conventions/sample/Sample/Sample.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(7,22): warning CA1052: Type 'TopLevelProgram' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052) [/home/runner/work/Conventions/Conventions/sample/Sample/Sample.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(339,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests.roslyn4.8/Rocket.Surgery.Conventions.Analyzers.Tests.roslyn4.8.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(344,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests.roslyn4.8/Rocket.Surgery.Conventions.Analyzers.Tests.roslyn4.8.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(344,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/Rocket.Surgery.Conventions.Analyzers.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(339,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/Rocket.Surgery.Conventions.Analyzers.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(20,75): warning CS8604: Possible null reference argument for parameter 'action' in 'ValueTask<WebAssemblyHost> GeneratedRocketWebAssemblyExtensions.ConfigureRocketSurgery(WebAssemblyHostBuilder builder, IConventionFactory getConventions, Func<ConventionContextBuilder, CancellationToken, ValueTask> action, CancellationToken cancellationToken = default(CancellationToken))'. [/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Sample.BlazorWasm.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(10,22): warning CA1052: Type 'TopLevelProgram' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052) [/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Sample.BlazorWasm.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/DevServer/Program.cs(13,14): warning RCS1102: Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102) [/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/Rocket.Surgery.WebAssembly.Hosting.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/PlaywrightFixture.cs(23,9): warning CA1416: This call site is reachable on: 'browser' 1.0 and later. 'Thread.Start()' is unsupported on: 'browser' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/Rocket.Surgery.WebAssembly.Hosting.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(20,75): warning CS8604: Possible null reference argument for parameter 'action' in 'ValueTask<WebAssemblyHost> GeneratedRocketWebAssemblyExtensions.ConfigureRocketSurgery(WebAssemblyHostBuilder builder, IConventionFactory getConventions, Func<ConventionContextBuilder, CancellationToken, ValueTask> action, CancellationToken cancellationToken = default(CancellationToken))'. [/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Sample.BlazorWasm.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(10,22): warning CA1052: Type 'TopLevelProgram' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052) [/home/runner/work/Conventions/Conventions/sample/Sample.BlazorWasm/Sample.BlazorWasm.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(22,19): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/Conventions/Conventions/sample/Sample/Sample.csproj]
|
build
/home/runner/work/Conventions/Conventions/sample/Sample/Rocket.Surgery.Conventions.Analyzers/Rocket.Surgery.Conventions.ConventionAttributesGenerator/TopLevel.cs(7,22): warning CA1052: Type 'TopLevelProgram' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052) [/home/runner/work/Conventions/Conventions/sample/Sample/Sample.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(344,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/Rocket.Surgery.Conventions.Analyzers.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(339,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/Rocket.Surgery.Conventions.Analyzers.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(339,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests.roslyn4.8/Rocket.Surgery.Conventions.Analyzers.Tests.roslyn4.8.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/Analyzers.Tests/ProviderIntegrationTests/LibraryIntegrationTests.cs(344,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/Conventions/Conventions/test/Analyzers.Tests.roslyn4.8/Rocket.Surgery.Conventions.Analyzers.Tests.roslyn4.8.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/DevServer/Program.cs(13,14): warning RCS1102: Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102) [/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/Rocket.Surgery.WebAssembly.Hosting.Tests.csproj]
|
build
/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/PlaywrightFixture.cs(23,9): warning CA1416: This call site is reachable on: 'browser' 1.0 and later. 'Thread.Start()' is unsupported on: 'browser' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Conventions/Conventions/test/WebAssembly.Hosting.Tests/Rocket.Surgery.WebAssembly.Hosting.Tests.csproj]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
Expired
|
10.7 MB |
|
docs
Expired
|
1.73 MB |
|
logs
Expired
|
12 MB |
|
nuget
Expired
|
2.24 MB |
|
test data
Expired
|
8.04 MB |
|