Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update DRAFT_README.md #136

Merged
merged 1 commit into from
Jan 7, 2025

Update DRAFT_README.md

352715b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update DRAFT_README.md #136

Update DRAFT_README.md
352715b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report succeeded Jan 7, 2025 in 0s

14 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TestResults/result.xml

14 tests were completed in 3s with 14 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
VContainerAnalyzer.Test.FieldAnalyzerTest 2✅ 2s
VContainerAnalyzer.Test.PropertyAnalyzerTest 2✅ 62ms
VContainerAnalyzer.Test.RegisterMethodsAnalyzerTest 10✅ 282ms

✅ VContainerAnalyzer.Test.FieldAnalyzerTest

✅ Analyze_FieldInjection_ReportDiagnostic
✅ EmptySourceCode_NoDiagnosticReport

✅ 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