Create dotnet.yml #1
Annotations
10 warnings
src/Shared.Library/Classes/Helper.cs#L34
Missing XML comment for publicly visible type or member 'Helper.GetListFromJsonResult(string)'
|
src/Shared.Library/Classes/Constants.cs#L1
Rename namespace Shared.Library.Classes so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
src/Shared.Library/Factories/ImageFactory.cs#L4
Rename namespace Shared.Library.Factories so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
src/Shared.Library/Interfaces/IImage.cs#L1
Rename namespace Shared.Library.Interfaces so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
tests/Shared.LibraryTests/Classes/Images/DDSImageTests.cs#L7
Rename namespace Shared.LibraryTests.Classes.Images so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
src/Shared.Library/Classes/Helper.cs#L34
Missing XML comment for publicly visible type or member 'Helper.GetListFromJsonResult(string)'
|
src/Shared.Library/Classes/Constants.cs#L1
Rename namespace Shared.Library.Classes so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
src/Shared.Library/Factories/ImageFactory.cs#L4
Rename namespace Shared.Library.Factories so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
src/Shared.Library/Interfaces/IImage.cs#L1
Rename namespace Shared.Library.Interfaces so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
tests/Shared.LibraryTests/Classes/Images/DDSImageTests.cs#L7
Rename namespace Shared.LibraryTests.Classes.Images so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
The logs for this run have expired and are no longer available.
Loading