fix: make DatabaseId's escaping survive a System.Uri round trip (#599) - #603
Merged
Annotations
16 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Post Run actions/checkout@v4
The process '/usr/bin/git' failed with exit code 128
|
|
test-command-line
/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/Generated.fs(142,70): warning FS3261: Nullness warning: The types 'Diagnostics.Activity' and 'Diagnostics.Activity | null' do not have compatible nullability. [/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/CodegenTests.FSharpFixture.fsproj::TargetFramework=net10.0]
|
|
test-command-line
/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/Generated.fs(142,70): warning FS3261: Nullness warning: The types 'Diagnostics.Activity' and 'Diagnostics.Activity | null' do not have compatible nullability. [/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/CodegenTests.FSharpFixture.fsproj::TargetFramework=net10.0]
|
|
test-command-line
/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/Generated.fs(142,70): warning FS3261: Nullness warning: The types 'Diagnostics.Activity' and 'Diagnostics.Activity | null' do not have compatible nullability. [/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/CodegenTests.FSharpFixture.fsproj::TargetFramework=net10.0]
|
|
test-command-line
/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/Generated.fs(142,70): warning FS3261: Nullness warning: The types 'Diagnostics.Activity' and 'Diagnostics.Activity | null' do not have compatible nullability. [/home/runner/work/jasperfx/jasperfx/src/CodegenTests.FSharpFixture/CodegenTests.FSharpFixture.fsproj::TargetFramework=net10.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Core/RecentlyUsedCache.cs(16,14): warning CS8714: The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IAggregateCache<TKey, TItem>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx/ServiceContainer.cs(112,14): warning CS8633: Nullability in constraints for type parameter 'T' of method 'ServiceContainer.GetInstance<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IServiceContainer.GetInstance<T>()'. Consider using an explicit interface implementation instead. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Blocks/IBlock.cs(78,10): warning CS0108: 'IBlock<T>.Count' hides inherited member 'IBlock.Count'. Use the new keyword if hiding was intended. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net9.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/ServiceRegistrationGenerator.cs(31,17): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceRegistrationGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/ServiceRegistrationGenerator.cs(15,29): warning CS1574: XML comment has cref attribute 'IServiceCollection' that could not be resolved [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/InputParserGenerator.cs(31,17): warning CS1591: Missing XML comment for publicly visible type or member 'InputParserGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/ExtensionDiscoveryGenerator.cs(35,17): warning CS1591: Missing XML comment for publicly visible type or member 'ExtensionDiscoveryGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/DescriptionGenerator.cs(21,17): warning CS1591: Missing XML comment for publicly visible type or member 'DescriptionGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/DescriptionGenerator.cs(13,21): warning CS1591: Missing XML comment for publicly visible type or member 'DescriptionGenerator' [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
|
compile
/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/CommandDiscoveryGenerator.cs(28,17): warning CS1591: Missing XML comment for publicly visible type or member 'CommandDiscoveryGenerator.Initialize(IncrementalGeneratorInitializationContext)' [/home/runner/work/jasperfx/jasperfx/src/JasperFx.SourceGenerator/JasperFx.SourceGenerator.csproj::TargetFramework=netstandard2.0]
|
background
wait
wait-all
cancel
parallel
Loading