-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Just upgraded from v0.57.24 to v0.57.63 and I'm getting source generator compilation errors. Presumably caused by #3081 — an almost infinite number of false positives. Looks like every type in the assembly is picked up by this generator.
The error, specifically, is a syntax error having to do with C# 14 extension blocks, which are referenced below within typeof()
, which makes no sense.
This file wasn't generated in v0.57.24
.
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,98): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,144): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,144): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,184): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,184): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,96): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,140): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,140): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,180): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,180): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,95): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,138): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,138): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,177): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,177): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,99): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,146): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,146): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,186): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,186): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,90): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,128): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,128): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,168): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,168): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,101): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,126): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,126): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,166): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,166): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,102): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,137): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,137): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,177): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,177): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,94): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,125): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,125): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,165): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,165): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,101): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,135): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,135): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,175): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,175): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,101): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,148): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,148): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,188): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,188): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,92): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,93): error CS1525: Invalid expression term 'string'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,101): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,101): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,141): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,141): error CS1513: } expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(304,82): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(304,127): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(304,127): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(326,80): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(326,123): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(326,123): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(348,79): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(348,121): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(348,121): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(381,83): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(381,129): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(381,129): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(403,74): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(403,111): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(403,111): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(491,85): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(491,109): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(491,109): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(557,86): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(557,120): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(557,120): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(579,78): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(579,108): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(579,108): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(601,85): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(601,118): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(601,118): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(634,85): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(634,131): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(634,131): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(777,76): error CS1026: ) expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(777,77): error CS1525: Invalid expression term 'string'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(777,84): error CS1002: ; expected
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(777,84): error CS1519: Invalid token ')' in a member declaration
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(304,73): error CS0426: The type name 'extension' does not exist in the type 'PhoneNumberFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(304,83): error CS0119: 'PhoneNumber' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(326,71): error CS0426: The type name 'extension' does not exist in the type 'FirstNameFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(326,81): error CS0119: 'FirstName' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(381,74): error CS0426: The type name 'extension' does not exist in the type 'SessionTokenFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(381,84): error CS0119: 'SessionToken' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(348,70): error CS0426: The type name 'extension' does not exist in the type 'LastNameFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(348,80): error CS0119: 'LastName' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(403,65): error CS0426: The type name 'extension' does not exist in the type 'OtpFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(403,75): error CS0119: 'Otp' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(777,67): error CS0426: The type name 'extension' does not exist in the type 'Snapshotist'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(634,76): error CS0426: The type name 'extension' does not exist in the type 'CaptchaTokenFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(634,86): error CS0119: 'CaptchaToken' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(601,76): error CS0426: The type name 'extension' does not exist in the type 'FakeUserAgents'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(601,86): error CS0119: 'UserAgent' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(579,69): error CS0426: The type name 'extension' does not exist in the type 'FakeIps'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(579,79): error CS0119: 'IPAddress' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(557,77): error CS0426: The type name 'extension' does not exist in the type 'FakeClientInfos'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(557,87): error CS0119: 'ClientInfo' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(491,76): error CS0426: The type name 'extension' does not exist in the type 'ResultTestExtensions'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(491,86): error CS0119: 'IResult' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,89): error CS0426: The type name 'extension' does not exist in the type 'PhoneNumberFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(34,99): error CS0119: 'PhoneNumber' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,87): error CS0426: The type name 'extension' does not exist in the type 'FirstNameFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(36,97): error CS0119: 'FirstName' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,86): error CS0426: The type name 'extension' does not exist in the type 'LastNameFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(38,96): error CS0119: 'LastName' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,90): error CS0426: The type name 'extension' does not exist in the type 'SessionTokenFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(41,100): error CS0119: 'SessionToken' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,81): error CS0426: The type name 'extension' does not exist in the type 'OtpFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(43,91): error CS0119: 'Otp' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,92): error CS0426: The type name 'extension' does not exist in the type 'ResultTestExtensions'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(51,102): error CS0119: 'IResult' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,93): error CS0426: The type name 'extension' does not exist in the type 'FakeClientInfos'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(57,103): error CS0119: 'ClientInfo' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,85): error CS0426: The type name 'extension' does not exist in the type 'FakeIps'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(59,95): error CS0119: 'IPAddress' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,92): error CS0426: The type name 'extension' does not exist in the type 'FakeUserAgents'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(61,102): error CS0119: 'UserAgent' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,92): error CS0426: The type name 'extension' does not exist in the type 'CaptchaTokenFixtures'
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(64,102): error CS0119: 'CaptchaToken' is a type, which is not valid in the given context
/home/arad/ab/shenas/tests/Shenas.Tests/_Generated/TUnit.Core.SourceGenerator/TUnit.Core.SourceGenerator.Generators.PropertyInjectionSourceGenerator/PropertyInjectionSources.g.cs(77,83): error CS0426: The type name 'extension' does not exist in the type 'Snapshotist'
Here's that PropertyInjectionSources.g.cs
file:
using System;
using System.Collections.Generic;
using TUnit.Core;
using TUnit.Core.Interfaces.SourceGenerator;
using TUnit.Core.Enums;
using System.Linq;
namespace TUnit.Core;
internal static class PropertyInjectionInitializer
{
[global::System.Runtime.CompilerServices.ModuleInitializer]
public static void InitializePropertyInjectionSources()
{
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.Authentication.GenerateOtpTests), new PropertyInjectionSource_61d03c76());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.Authentication.SignInTests), new PropertyInjectionSource_b91206f());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.Authentication.SignOutTests), new PropertyInjectionSource_5ad07850());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.Authentication.SignUpTests), new PropertyInjectionSource_26594572());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.ContractTests), new PropertyInjectionSource_1f956bb9());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.EventContractSnapshot), new PropertyInjectionSource_60361b20());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.MessageContractSnapshot), new PropertyInjectionSource_66d3b862());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.EventContract), new PropertyInjectionSource_af0c500());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.MessageContract), new PropertyInjectionSource_6a74a64b());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PropertyContract), new PropertyInjectionSource_3f753a61());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.ContractSummary), new PropertyInjectionSource_66c2d458());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.TypeExtensions), new PropertyInjectionSource_1bc9ac35());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PhoneSwap.BeginPhoneSwapTests), new PropertyInjectionSource_3c6a836());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PhoneSwap.FinishPhoneSwapTests), new PropertyInjectionSource_3102d6dd());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PhoneSwap.PassNewInPhoneSwapTests), new PropertyInjectionSource_6c38bb98());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PhoneSwap.PromptCurrentInPhoneSwapTests), new PropertyInjectionSource_2459e92a());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.ShenasTestPlaybook), new PropertyInjectionSource_6cf8b37c());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.ShenasTestApp), new PropertyInjectionSource_7c6fb6f3());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PhoneNumberFixtures), new PropertyInjectionSource_565f8585());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.PhoneNumberFixtures.extension(global::Shenas.Kit.ValueObjects.PhoneNumber)), new PropertyInjectionSource_4361749b());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.FirstNameFixtures), new PropertyInjectionSource_549b47da());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.FirstNameFixtures.extension(global::Shenas.Kit.ValueObjects.FirstName)), new PropertyInjectionSource_59ddb85d());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.LastNameFixtures), new PropertyInjectionSource_41086f93());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.LastNameFixtures.extension(global::Shenas.Kit.ValueObjects.LastName)), new PropertyInjectionSource_91ebf9f());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.IdFixtures), new PropertyInjectionSource_704daabb());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.SessionTokenFixtures), new PropertyInjectionSource_2dc7ede6());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.SessionTokenFixtures.extension(global::Shenas.Kit.ValueObjects.SessionToken)), new PropertyInjectionSource_71dcde30());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.OtpFixtures), new PropertyInjectionSource_742f4948());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.OtpFixtures.extension(global::Shenas.Kit.ValueObjects.Otp)), new PropertyInjectionSource_2df17239());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.FakeIps), new PropertyInjectionSource_641d3dfe());
PropertySourceRegistry.Register(typeof(global::Shenas.Tests.ArrangeHelpers), new PropertyInjectionSource_515f0117());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.AutofacExtensions), new PropertyInjectionSource_5f79db2e());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ContainerBuilderExtensions), new PropertyInjectionSource_41752f48());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ResultExtensions), new PropertyInjectionSource_22317a61());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ArrangementAssumptionViolatedException), new PropertyInjectionSource_43a76a80());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ResultTestExtensions), new PropertyInjectionSource_7679b5d4());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ResultTestExtensions.extension(global::Avesta.IResult)), new PropertyInjectionSource_391ef174());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.UnsuccessfulResultAssertionException), new PropertyInjectionSource_60c51d4c());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.SuccessfulResultAssertionException), new PropertyInjectionSource_65026f30());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ResultWithWrongErrorTypeAssertionException), new PropertyInjectionSource_32bff351());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.ResultWithWrongValueTypeAssertionException), new PropertyInjectionSource_321b9e59());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeClientInfos), new PropertyInjectionSource_6559d731());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeClientInfos.extension(global::Avesta.Common.ClientInfo)), new PropertyInjectionSource_43f2971c());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeIps), new PropertyInjectionSource_3b113e0a());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeIps.extension(global::System.Net.IPAddress)), new PropertyInjectionSource_4de47bdd());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeUserAgents), new PropertyInjectionSource_250efda8());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeUserAgents.extension(global::Avesta.Common.UserAgent)), new PropertyInjectionSource_5f0f7018());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.FakeCaptchaProvider), new PropertyInjectionSource_3d913636());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.CaptchaTokenFixtures), new PropertyInjectionSource_2cebdd66());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.CaptchaTokenFixtures.extension(global::Shenas.Kit.ValueObjects.CaptchaToken)), new PropertyInjectionSource_2c9dc31e());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeClock), new PropertyInjectionSource_16e082ef());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeConsumerMetadataStore), new PropertyInjectionSource_2052ec3d());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeDistributedCoordinator), new PropertyInjectionSource_599bd0b3());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeInboxStore), new PropertyInjectionSource_7d7d3023());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeMessageBroker), new PropertyInjectionSource_513aea42());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeOutboxStore), new PropertyInjectionSource_872bc76());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeRequestMediator), new PropertyInjectionSource_7ca3f92d());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.FakeRequestOriginResolver), new PropertyInjectionSource_28ed252d());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.FakeSequenceTracker), new PropertyInjectionSource_6772cf2e());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.FakeTransactionFactory), new PropertyInjectionSource_16c8e541());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.HumanReadableDurationJsonConverter), new PropertyInjectionSource_47aadf53());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Snapshotist), new PropertyInjectionSource_606c46b2());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Snapshotist.extension(string)), new PropertyInjectionSource_21659757());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.SnapshotPaths), new PropertyInjectionSource_5b646f02());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.SnapshotMismatchException), new PropertyInjectionSource_2b8819e9());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Homeless), new PropertyInjectionSource_3732340());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.TestScopedHost), new PropertyInjectionSource_d04e4c2());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.TestServiceProvider), new PropertyInjectionSource_2715188());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.TestWitness), new PropertyInjectionSource_3f823f4d());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.UnitOfWorkEffect), new PropertyInjectionSource_47a83fe4());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.UnitOfWorkEffect.AggregateEffect), new PropertyInjectionSource_55f85be8());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.UnitOfWorkEffect.ReleasedSlot), new PropertyInjectionSource_71a6155a());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.WitnessInboxStore), new PropertyInjectionSource_7bbedf9f());
PropertySourceRegistry.Register(typeof(global::Avesta.Testing.Fakes.WitnessOutboxStore), new PropertyInjectionSource_676ec66a());
}
}
internal sealed class PropertyInjectionSource_61d03c76 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.Authentication.GenerateOtpTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_b91206f : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.Authentication.SignInTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_5ad07850 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.Authentication.SignOutTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_26594572 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.Authentication.SignUpTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_1f956bb9 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.ContractTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_60361b20 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.EventContractSnapshot);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_66d3b862 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.MessageContractSnapshot);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_af0c500 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.EventContract);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_6a74a64b : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.MessageContract);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_3f753a61 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PropertyContract);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_66c2d458 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.ContractSummary);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_1bc9ac35 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.TypeExtensions);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_3c6a836 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PhoneSwap.BeginPhoneSwapTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_3102d6dd : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PhoneSwap.FinishPhoneSwapTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_6c38bb98 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PhoneSwap.PassNewInPhoneSwapTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_2459e92a : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PhoneSwap.PromptCurrentInPhoneSwapTests);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_6cf8b37c : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.ShenasTestPlaybook);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_7c6fb6f3 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.ShenasTestApp);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_565f8585 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PhoneNumberFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_4361749b : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.PhoneNumberFixtures.extension(global::Shenas.Kit.ValueObjects.PhoneNumber));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_549b47da : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.FirstNameFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_59ddb85d : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.FirstNameFixtures.extension(global::Shenas.Kit.ValueObjects.FirstName));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_41086f93 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.LastNameFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_91ebf9f : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.LastNameFixtures.extension(global::Shenas.Kit.ValueObjects.LastName));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_704daabb : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.IdFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_2dc7ede6 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.SessionTokenFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_71dcde30 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.SessionTokenFixtures.extension(global::Shenas.Kit.ValueObjects.SessionToken));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_742f4948 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.OtpFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_2df17239 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.OtpFixtures.extension(global::Shenas.Kit.ValueObjects.Otp));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_641d3dfe : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.FakeIps);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_515f0117 : IPropertySource
{
public Type Type => typeof(global::Shenas.Tests.ArrangeHelpers);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_5f79db2e : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.AutofacExtensions);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_41752f48 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ContainerBuilderExtensions);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_22317a61 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ResultExtensions);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_43a76a80 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ArrangementAssumptionViolatedException);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_7679b5d4 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ResultTestExtensions);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_391ef174 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ResultTestExtensions.extension(global::Avesta.IResult));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_60c51d4c : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.UnsuccessfulResultAssertionException);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_65026f30 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.SuccessfulResultAssertionException);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_32bff351 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ResultWithWrongErrorTypeAssertionException);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_321b9e59 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.ResultWithWrongValueTypeAssertionException);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_6559d731 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeClientInfos);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_43f2971c : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeClientInfos.extension(global::Avesta.Common.ClientInfo));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_3b113e0a : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeIps);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_4de47bdd : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeIps.extension(global::System.Net.IPAddress));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_250efda8 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeUserAgents);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_5f0f7018 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeUserAgents.extension(global::Avesta.Common.UserAgent));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_3d913636 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.FakeCaptchaProvider);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_2cebdd66 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.CaptchaTokenFixtures);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_2c9dc31e : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.CaptchaTokenFixtures.extension(global::Shenas.Kit.ValueObjects.CaptchaToken));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_16e082ef : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeClock);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_2052ec3d : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeConsumerMetadataStore);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_599bd0b3 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeDistributedCoordinator);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_7d7d3023 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeInboxStore);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_513aea42 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeMessageBroker);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_872bc76 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeOutboxStore);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_7ca3f92d : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeRequestMediator);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_28ed252d : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Fakes.FakeRequestOriginResolver);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_6772cf2e : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.FakeSequenceTracker);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_16c8e541 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.FakeTransactionFactory);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_47aadf53 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.HumanReadableDurationJsonConverter);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_606c46b2 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Snapshotist);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_21659757 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.Snapshotist.extension(string));
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
internal sealed class PropertyInjectionSource_5b646f02 : IPropertySource
{
public Type Type => typeof(global::Avesta.Testing.SnapshotPaths);
public bool ShouldInitialize => true;
public IEnumerable<PropertyInjectionMetadata> GetPropertyMetadata()
{
yield break;
}
}
// lots more but omitted for brevity
I have no idea what the hell this is; and why such a thing would even be generated.
kevin-s-diazCopilot