Skip to content

Move dll update to release workflow #268

Move dll update to release workflow

Move dll update to release workflow #268

GitHub Actions / Test Report succeeded Apr 19, 2024 in 1s

16 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TestResults/result.xml

16 tests were completed in 9s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
VContainerAnalyzer.Test.FieldAnalyzerTest 2✅ 3s
VContainerAnalyzer.Test.InjectAttributeCodeFixProviderTest 2✅ 767ms
VContainerAnalyzer.Test.PropertyAnalyzerTest 2✅ 25ms
VContainerAnalyzer.Test.RegisterMethodsAnalyzerTest 10✅ 256ms

✅ VContainerAnalyzer.Test.FieldAnalyzerTest

✅ Analyze_FieldInjection_ReportDiagnostic
✅ EmptySourceCode_NoDiagnosticReport

✅ VContainerAnalyzer.Test.InjectAttributeCodeFixProviderTest

✅ RemoveInjectAttribute_FieldHasInjectAttribute_CodeFixed
✅ RemoveInjectAttribute_PropertyHasInjectAttribute_CodeFixed

✅ VContainerAnalyzer.Test.PropertyAnalyzerTest

✅ Analyze_PropertyInjection_ReportDiagnostic
✅ EmptySourceCode_NoDiagnosticReport

✅ VContainerAnalyzer.Test.RegisterMethodsAnalyzerTest

✅ AnalyzeAddMethod_ConstructorDoesNotHaveInjectAttribute_ReportDiagnostics
✅ AnalyzeAddMethod_ConstructorHasInjectAttribute_ReportNoDiagnostics
✅ AnalyzeRegisterEntryPointMethod_ConstructorDoesNotExist_ReportNoDiagnostics
✅ AnalyzeRegisterEntryPointMethod_ConstructorDoesNotHaveInjectAttribute_ReportDiagnostics
✅ AnalyzeRegisterEntryPointMethod_ConstructorHasInjectAttribute_ReportNoDiagnostics
✅ AnalyzeRegisterMethod_ConstructorDoesNotExist_ReportNoDiagnostics
✅ AnalyzeRegisterMethod_ConstructorDoesNotHaveInjectAttribute_ReportDiagnostics
✅ AnalyzeRegisterMethod_ConstructorHasInjectAttribute_ReportNoDiagnostics
✅ AnalyzeRegisterMethod_OnlyDefaultConstructorExists_ReportNoDiagnostics
✅ EmptySourceCode_NoDiagnosticReport