Fix a bug that collection resolving does not used exists instance in parent #1363
Annotations
3 errors and 12 warnings
VContainer/Assets/Tests/TypeAnalyzerTest.cs#L5
The type or namespace name 'UnityEngine' could not be found (are you missing a using directive or an assembly reference?)
|
VContainer/Assets/Tests/TypeAnalyzerTest.cs#L87
The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
VContainer.SourceGenerator/CodeWriter.cs#L31
Possible null reference argument for parameter 'value' in 'void CodeWriter.AppendLine(string value = "")'.
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L20
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L10
Enable analyzer release tracking for the analyzer project containing rule 'VCON0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L26
Enable analyzer release tracking for the analyzer project containing rule 'VCON0003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L34
Enable analyzer release tracking for the analyzer project containing rule 'VCON0004' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L18
Enable analyzer release tracking for the analyzer project containing rule 'VCON0002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L43
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L51
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
VContainer.SourceGenerator/DiagnosticDescriptors.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'VCON0005' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
This job failed
Loading