├── .editorconfig ├── .github ├── copilot-instructions.md ├── renovate.json └── workflows │ ├── ci-build.yml │ ├── lock.yml │ └── release.yml ├── .gitignore ├── LICENSE ├── README.md ├── logo.png ├── src ├── Directory.Build.props ├── Directory.build.targets ├── Splat.DI.SourceGenerator.sln ├── Splat.DependencyInjection.SourceGenerator.Tests │ ├── ModuleInitializer.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail.00.verified.txt │ ├── RegisterLazySingletonTests.CircularDependencyFail.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail.verified.txt │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test1.00.verified.txt │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test1.verified.txt │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test2.00.verified.txt │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.CircularDependencyFail_Test2.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_ExecutionAndPublication#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_ExecutionAndPublication#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_ExecutionAndPublication.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_ExecutionAndPublication.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_None#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_None#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_None.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_None.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_PublicationOnly#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_PublicationOnly#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_PublicationOnly.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test1_PublicationOnly.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_ExecutionAndPublication#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_ExecutionAndPublication#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_ExecutionAndPublication.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_ExecutionAndPublication.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_None#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_None#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_None.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_None.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_PublicationOnly#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_PublicationOnly#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_PublicationOnly.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode_Test2_PublicationOnly.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__ExecutionAndPublication#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__ExecutionAndPublication#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__ExecutionAndPublication.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__ExecutionAndPublication.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__None#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__None#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__None.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__None.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__PublicationOnly#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__PublicationOnly#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__PublicationOnly.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjectionWithLazyMode__PublicationOnly.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.00.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.00.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.00.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.00.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.00.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.00.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.ConstructionInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.EmptyConstructor_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.00.verified.txt │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.verified.txt │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.00.verified.txt │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.verified.txt │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.00.verified.txt │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.verified.txt │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultiClassesRegistrations_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2.00Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.00.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.00.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.00.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.00.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.00.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.00.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.verified.txt │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.g.verified.cs │ ├── RegisterLazySingletonTests.cs │ ├── RegisterTests.CircularDependencyFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.CircularDependencyFail#Splat.DI.g.verified.cs │ ├── RegisterTests.CircularDependencyFail.00.verified.txt │ ├── RegisterTests.CircularDependencyFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.CircularDependencyFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.CircularDependencyFail.verified.txt │ ├── RegisterTests.CircularDependencyFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test1.00.verified.txt │ ├── RegisterTests.CircularDependencyFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test1.verified.txt │ ├── RegisterTests.CircularDependencyFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test2.00.verified.txt │ ├── RegisterTests.CircularDependencyFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.CircularDependencyFail_Test2.verified.txt │ ├── RegisterTests.ConstructionAndInternalPropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndMultiplePropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.00.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.00.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.00.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.00.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.00.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.00.verified.txt │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt │ ├── RegisterTests.ConstructionAndPropertyInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionAndPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionInjection#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionInjection#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionInjection.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionInjection.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.ConstructionInjection_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.EmptyConstructor#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.EmptyConstructor#Splat.DI.g.verified.cs │ ├── RegisterTests.EmptyConstructor.00Splat.DI.g.verified.cs │ ├── RegisterTests.EmptyConstructor.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.EmptyConstructor_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes#Splat.DI.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes.00.verified.txt │ ├── RegisterTests.InterfaceRegisteredMultipleTimes.01Splat.DI.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes.verified.txt │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test1.00.verified.txt │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test1.verified.txt │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test2.00.verified.txt │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.InterfaceRegisteredMultipleTimes_Test2.verified.txt │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail#Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail.00.verified.txt │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail.verified.txt │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.00.verified.txt │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.verified.txt │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.00.verified.txt │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.verified.txt │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail#Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail.00.verified.txt │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail.verified.txt │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.00.verified.txt │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.verified.txt │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.00.verified.txt │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.verified.txt │ ├── RegisterTests.MultiClassesRegistrations#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations#Splat.DI.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations.00Splat.DI.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.MultiClassesRegistrations_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute.00Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test1.00Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test1.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test2.00Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithAttribute_Test2.01Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail.00.verified.txt │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail.verified.txt │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.00.verified.txt │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.verified.txt │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.00.verified.txt │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail.00.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail.01Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.00.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.01Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.00.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.01Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.02Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.verified.txt │ ├── RegisterTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.Reg.g.verified.cs │ ├── RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.g.verified.cs │ ├── RegisterTests.cs │ ├── Splat.DependencyInjection.SourceGenerator.Tests.csproj │ ├── TestBase.cs │ └── TestHelper.cs ├── Splat.DependencyInjection.SourceGenerator │ ├── AnalyzerReleases.Shipped.md │ ├── Constants.cs │ ├── ContextDiagnosticException.cs │ ├── DiagnosticWarnings.cs │ ├── Generator.cs │ ├── IsExternalInit.cs │ ├── Metadata │ │ ├── ConstructorDependencyMetadata.cs │ │ ├── DependencyMetadata.cs │ │ ├── MethodMetadata.cs │ │ ├── ParameterMetadata.cs │ │ ├── PropertyDependencyMetadata.cs │ │ ├── RegisterConstantMetadata.cs │ │ ├── RegisterLazySingletonMetadata.cs │ │ └── RegisterMetadata.cs │ ├── MetadataDependencyChecker.cs │ ├── MetadataExtractor.cs │ ├── SourceGeneratorHelpers.cs │ ├── Splat.DependencyInjection.SourceGenerator.csproj │ └── SyntaxReceiver.cs └── stylecop.json └── version.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.github/renovate.json -------------------------------------------------------------------------------- /.github/workflows/ci-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.github/workflows/ci-build.yml -------------------------------------------------------------------------------- /.github/workflows/lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.github/workflows/lock.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/README.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/logo.png -------------------------------------------------------------------------------- /src/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Directory.Build.props -------------------------------------------------------------------------------- /src/Directory.build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Directory.build.targets -------------------------------------------------------------------------------- /src/Splat.DI.SourceGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DI.SourceGenerator.sln -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/ModuleInitializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/ModuleInitializer.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.CircularDependencyFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjectionTypeArgument.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndInternalSetterPropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndMultiplePropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionAndPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.ConstructionInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.EmptyConstructor_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.InterfaceRegisteredMultipleTimes_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.LazyParameterRegisteredLazy_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultiClassesRegistrations_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithAttribute_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithMultipleAttributesFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterLazySingletonTests.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.CircularDependencyFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjectionTypeArgument_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndInternalSetterPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndMultiplePropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertyInjectionFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndNonPublicPropertySetterInjectionFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionAndPropertyInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.ConstructionInjection_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.EmptyConstructor_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.InterfaceRegisteredMultipleTimes_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterConstantNotRegisteredLazyFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.LazyParameterNotRegisteredLazyFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultiClassesRegistrations_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test1.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2.00Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2.00Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2.01Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithAttribute_Test2.01Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithMultipleAttributesFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test1.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.00.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.00.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.01Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.01Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.02Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.02Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeFail_Test2.verified.txt -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test1#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.Reg.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.Reg.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.g.verified.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.MultipleConstructorWithoutAttributeNonDIPass_Test2#Splat.DI.g.verified.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/RegisterTests.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/Splat.DependencyInjection.SourceGenerator.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/Splat.DependencyInjection.SourceGenerator.Tests.csproj -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/TestBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/TestBase.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator.Tests/TestHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator.Tests/TestHelper.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/AnalyzerReleases.Shipped.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/AnalyzerReleases.Shipped.md -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Constants.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/ContextDiagnosticException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/ContextDiagnosticException.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/DiagnosticWarnings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/DiagnosticWarnings.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Generator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Generator.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/IsExternalInit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/IsExternalInit.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/ConstructorDependencyMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/ConstructorDependencyMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/DependencyMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/DependencyMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/MethodMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/MethodMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/ParameterMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/ParameterMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/PropertyDependencyMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/PropertyDependencyMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/RegisterConstantMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/RegisterConstantMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/RegisterLazySingletonMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/RegisterLazySingletonMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Metadata/RegisterMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Metadata/RegisterMetadata.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/MetadataDependencyChecker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/MetadataDependencyChecker.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/MetadataExtractor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/MetadataExtractor.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/SourceGeneratorHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/SourceGeneratorHelpers.cs -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/Splat.DependencyInjection.SourceGenerator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/Splat.DependencyInjection.SourceGenerator.csproj -------------------------------------------------------------------------------- /src/Splat.DependencyInjection.SourceGenerator/SyntaxReceiver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/Splat.DependencyInjection.SourceGenerator/SyntaxReceiver.cs -------------------------------------------------------------------------------- /src/stylecop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/src/stylecop.json -------------------------------------------------------------------------------- /version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactiveui/Splat.DI.SourceGenerator/HEAD/version.json --------------------------------------------------------------------------------