Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backfill experiments #3358

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

backfill experiments

531e51b
Select commit
Loading
Failed to load commit list.
Draft

backfill experiments #3358

backfill experiments
531e51b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / marten (build_net6.0 pg15) failed Aug 7, 2024 in 2m 40s

build_net6.0 pg15 failed

Annotations

Check failure on line 726 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg15)

Build log #L726

/home/vsts/work/1/s/src/samples/EventSourcingIntro/Program.cs(145,35): error CS1503: Argument 2: cannot convert from 'ProductShipped' to 'System.Collections.Generic.IEnumerable<object>' [/home/vsts/work/1/s/src/samples/EventSourcingIntro/EventSourcingIntro.csproj]

Check failure on line 728 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg15)

Build log #L728

/home/vsts/work/1/s/src/samples/EventSourcingIntro/Program.cs(153,35): error CS1503: Argument 2: cannot convert from 'ProductReceived' to 'System.Collections.Generic.IEnumerable<object>' [/home/vsts/work/1/s/src/samples/EventSourcingIntro/EventSourcingIntro.csproj]

Check failure on line 730 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg15)

Build log #L730

/home/vsts/work/1/s/src/samples/EventSourcingIntro/Program.cs(168,35): error CS1503: Argument 2: cannot convert from 'InventoryAdjusted' to 'System.Collections.Generic.IEnumerable<object>' [/home/vsts/work/1/s/src/samples/EventSourcingIntro/EventSourcingIntro.csproj]

Check failure on line 1048 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg15)

Build log #L1048

/home/vsts/work/1/s/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/vsts/work/1/s/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]

Check failure on line 1050 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / marten (build_net6.0 pg15)

Build log #L1050

/home/vsts/work/1/s/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/vsts/work/1/s/src/EventSourcingTests/EventSourcingTests.csproj::TargetFramework=net8.0]