Skip to content

Commit

Permalink
temporarily taking value type tests out because Vogen is garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Feb 17, 2025
1 parent ffb2863 commit 769e03d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/DaemonTests/DaemonTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="Vogen" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EventSourcingTests\EventSourcingTests.csproj"/>
Expand Down
5 changes: 2 additions & 3 deletions src/DaemonTests/optimized_rebuilds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
using Marten.Events.Daemon.Internals;
using Marten.Events.Projections;
using Marten.Events.Schema;
using Marten.Internal;
using Marten.Internal.Sessions;
using Marten.Storage;
using Marten.Testing.Harness;
using Npgsql;
using NSubstitute;
using Shouldly;
using Vogen;
using StronglyTypedIds;
using Weasel.Core;
using Weasel.Postgresql.Tables;
using Xunit;
Expand Down Expand Up @@ -353,7 +352,7 @@ public async Task use_string_identified_rebuilder_from_scratch()
}


[ValueObject<Guid>]
[StronglyTypedId(Template.Guid)]
public partial struct TripId;

public class StrongTrip
Expand Down
1 change: 0 additions & 1 deletion src/EventSourcingTests/EventSourcingTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="StronglyTypedId" Version="1.0.0-beta08" />
<PackageReference Include="Vogen" Version="7.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions src/EventSourcingTests/archiving_events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using Marten.Storage;
using Marten.Testing.Harness;
using Shouldly;
using Vogen;
using StronglyTypedIds;
using Weasel.Core;
using Weasel.Postgresql;
using Xunit;
Expand Down Expand Up @@ -598,7 +598,7 @@ public record Deleted;

public record MaybeDeleted(bool ShouldDelete);

[ValueObject<Guid>]
[StronglyTypedId(Template.Guid)]
public partial struct GuidId;

public class SimpleAggregateStrongTypedGuid
Expand Down Expand Up @@ -641,7 +641,7 @@ public void Apply(EEvent _)

}

[ValueObject<string>]
[StronglyTypedId(Template.String)]
public partial struct StringId;

public class SimpleAggregateStrongTypedString
Expand Down
7 changes: 0 additions & 7 deletions src/Marten.sln
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetODataWithMarten", "As
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocSamples", "samples\DocSamples\DocSamples.csproj", "{364A165E-965E-4AFD-92AC-8447FB114C60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValueTypeTests", "ValueTypeTests\ValueTypeTests.csproj", "{7F2B0CE1-1365-4AE2-9823-B6DBB1A42C5F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharpTypes", "FSharpTypes\FSharpTypes.fsproj", "{B1F935FC-55DC-418B-A5DC-6049A5C06871}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventAppenderPerfTester", "EventAppenderPerfTester\EventAppenderPerfTester.csproj", "{29E06861-11C7-4917-BA91-162D15538029}"
Expand Down Expand Up @@ -245,10 +243,6 @@ Global
{364A165E-965E-4AFD-92AC-8447FB114C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{364A165E-965E-4AFD-92AC-8447FB114C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{364A165E-965E-4AFD-92AC-8447FB114C60}.Release|Any CPU.Build.0 = Release|Any CPU
{7F2B0CE1-1365-4AE2-9823-B6DBB1A42C5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F2B0CE1-1365-4AE2-9823-B6DBB1A42C5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F2B0CE1-1365-4AE2-9823-B6DBB1A42C5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F2B0CE1-1365-4AE2-9823-B6DBB1A42C5F}.Release|Any CPU.Build.0 = Release|Any CPU
{B1F935FC-55DC-418B-A5DC-6049A5C06871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1F935FC-55DC-418B-A5DC-6049A5C06871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1F935FC-55DC-418B-A5DC-6049A5C06871}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -300,7 +294,6 @@ Global
{93FC8079-48C4-4D3B-8C17-3944A903674F} = {79961196-DB50-4AD3-B749-D231799BCF2E}
{93298A4C-2B88-4EF3-9FC8-6B2AEF52F628} = {93FC8079-48C4-4D3B-8C17-3944A903674F}
{364A165E-965E-4AFD-92AC-8447FB114C60} = {79961196-DB50-4AD3-B749-D231799BCF2E}
{7F2B0CE1-1365-4AE2-9823-B6DBB1A42C5F} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{29E06861-11C7-4917-BA91-162D15538029} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{C9D33381-3AD3-4005-B854-F04F10EA837F} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
{B1F935FC-55DC-418B-A5DC-6049A5C06871} = {91D87D73-EC07-4067-8A64-26A2E4F6BC83}
Expand Down

0 comments on commit 769e03d

Please sign in to comment.