backfill experiments #833
Annotations
19 errors and 31 warnings
/home/runner/work/marten/marten/src/EventSourcingTests/SchemaChange/MultipleVersions/MultipleSchemaVersions.cs(117,13): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.SchemaChange.MultipleVersions.V1.ShoppingCartOpened' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/SchemaChange/MultipleVersions/MultipleSchemaVersions.cs(119,13): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.SchemaChange.MultipleVersions.V1.ProductItemAddedToShoppingCart' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/SchemaChange/MultipleVersions/MultipleSchemaVersions.cs(148,17): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.SchemaChange.MultipleVersions.V2.WithTheSameName.ProductItemAddedToShoppingCart' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/SchemaChange/MultipleVersions/MultipleSchemaVersions.cs(227,17): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.SchemaChange.MultipleVersions.V3.WithTheSameName.ProductItemAddedToShoppingCart' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/SchemaChange/MultipleVersions/MultipleSchemaVersions.cs(308,17): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.SchemaChange.MultipleVersions.V2.WithDifferentName.ProductItemAddedToShoppingCartV2' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/SchemaChange/MultipleVersions/MultipleSchemaVersions.cs(386,17): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.SchemaChange.MultipleVersions.V3.WithDifferentName.ProductItemAddedToShoppingCartV3' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
|
/home/runner/work/marten/marten/src/EventSourcingTests/ScenarioCopyAndReplaceStream.cs(72,67): error CS1503: Argument 3: cannot convert from 'EventSourcingTests.ScenarioCopyAndReplaceStream.StreamMovedTo' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/QuickAppend/quick_append_event_capture_and_fetching_the_stream_with_string_identifiers.cs(309,31): error CS1503: Argument 1: cannot convert from 'string' to 'System.Guid' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/QuickAppend/quick_append_event_capture_and_fetching_the_stream_with_string_identifiers.cs(309,35): error CS1503: Argument 2: cannot convert from 'EventSourcingTests.MembersDeparted' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
|
|
|
|
/home/runner/work/marten/marten/src/CoreTests/Bugs/Bug_2103_able_to_add_metadata_tables_in_migrations_to_events_table.cs(39,61): error CS1503: Argument 2: cannot convert from 'CoreTests.QuestStarted' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/CoreTests/CoreTests.csproj::TargetFramework=net8.0]
|
|
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_673_multiple_version_assertions.cs(17,66): error CS1503: Argument 3: cannot convert from 'DocumentDbTests.Bugs.WhateverEvent' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_673_multiple_version_assertions.cs(27,62): error CS1503: Argument 3: cannot convert from 'DocumentDbTests.Bugs.WhateverEvent' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/DocumentDbTests/Bugs/Bug_673_multiple_version_assertions.cs(30,62): error CS1503: Argument 3: cannot convert from 'DocumentDbTests.Bugs.WhateverEvent' to 'System.Collections.Generic.IEnumerable<object>' [/home/runner/work/marten/marten/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net8.0]
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
/home/runner/work/marten/marten/src/Marten.Testing/Harness/ConnectionSource.cs(6,32): warning CS0618: 'ConnectionFactory' is obsolete: 'This will be removed in Marten 8. Prefer NpgsqlDataSource instead' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/EventSourcingTests/Projections/CodeGeneration/aggregation_with_event_type_hierarchy.cs(149,21): warning CS0108: 'aggregation_with_event_type_hierarchy.SomethingUpdated.Id' hides inherited member 'aggregation_with_event_type_hierarchy.SomethingEvent.Id'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
|
/home/runner/work/marten/marten/src/Marten.Testing/Harness/StoreContext.cs(43,32): warning CS0618: 'DocumentStore.OpenSession(DocumentTracking, IsolationLevel)' is obsolete: 'Opening a session without explicitly providing desired type may be dropped in next Marten version. [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten.Testing/Harness/SpecificationExtensions.cs(211,39): warning CS0618: 'StringExtensions.ToFormat(string, params object[])' is obsolete: 'Prefer string interpolation' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten.Testing/Harness/SpecificationExtensions.cs(235,28): warning CS0618: 'DbObjectName.Parse(IDatabaseProvider, string)' is obsolete: 'Use method from database provider' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
|
|
/home/runner/work/marten/marten/src/Marten.Testing/Harness/DestructiveIntegrationContext.cs(14,13): warning CS0618: 'IDocumentCleaner.CompletelyRemoveAll()' is obsolete: 'Use async method instead.' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten.Testing/Harness/DestructiveIntegrationContext.cs(20,13): warning CS0618: 'IDocumentCleaner.CompletelyRemoveAll()' is obsolete: 'Use async method instead.' [/home/runner/work/marten/marten/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]
|
|
npm WARN EBADENGINE package: '@vitejs/[email protected]',
|
|
|
|
|
npm WARN EBADENGINE package: '[email protected]',
|
|
|
|
|
/home/runner/work/marten/marten/src/Marten/ITenantQueryOperations.cs(12,12): warning CS0108: 'ITenantQueryOperations.TenantId' hides inherited member 'IQuerySession.TenantId'. Use the new keyword if hiding was intended. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/Linq/ICompiledQuery.cs(47,18): warning CS8714: The type 'TDoc' cannot be used as type parameter 'TDoc' in the generic type or method 'ICompiledQuery<TDoc, TOut>'. Nullability of type argument 'TDoc' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/Linq/ICompiledQuery.cs(61,18): warning CS8714: The type 'TDoc' cannot be used as type parameter 'TDoc' in the generic type or method 'ICompiledQuery<TDoc, TOut>'. Nullability of type argument 'TDoc' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/Linq/ICompiledQuery.cs(74,18): warning CS8714: The type 'TDoc' cannot be used as type parameter 'TDoc' in the generic type or method 'ICompiledQuery<TDoc, TOut>'. Nullability of type argument 'TDoc' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/Events/Aggregation/AggregateVersioning.cs(111,74): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/Events/Aggregation/AggregateVersioning.cs(118,96): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/IDiagnostics.cs(21,79): warning CS8714: The type 'TDoc' cannot be used as type parameter 'TDoc' in the generic type or method 'ICompiledQuery<TDoc, TOut>'. Nullability of type argument 'TDoc' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/IDiagnostics.cs(31,72): warning CS8714: The type 'TDoc' cannot be used as type parameter 'TDoc' in the generic type or method 'ICompiledQuery<TDoc, TOut>'. Nullability of type argument 'TDoc' doesn't match 'notnull' constraint. [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
/home/runner/work/marten/marten/src/Marten/Linq/Includes/IncludePlan.cs(39,32): warning CS8766: Nullability of reference types in return type of 'Expression? IncludePlan<T>.Where.get' doesn't match implicitly implemented member 'Expression IIncludePlan.Where.get' (possibly because of nullability attributes). [/home/runner/work/marten/marten/src/Marten/Marten.csproj::TargetFramework=net8.0]
|
This job failed
Loading