Diagrama UML hecho por el equipo #75
dotnet-core.yml
on: push
build-test-generate-docs
59s
Annotations
10 warnings
|
build-test-generate-docs:
src/Library/GestorInteraccion.cs#L15
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
build-test-generate-docs:
src/Library/Cliente.cs#L71
Member 'vendedorAsignado' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
build-test-generate-docs:
src/Library/InteraccionSinDescripcionExcepcion.cs#L9
Add the following constructor to InteraccionSinDescripcionException: public InteraccionSinDescripcionException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
build-test-generate-docs:
src/Library/InteraccionSinDescripcionExcepcion.cs#L9
Add the following constructor to InteraccionSinDescripcionException: public InteraccionSinDescripcionException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
build-test-generate-docs:
src/Library/ClienteSinVendedorExcepcion.cs#L8
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
|
build-test-generate-docs:
src/Library/ClienteSinVendedorExcepcion.cs#L8
Add the following constructor to ClienteSinVendedorAsignadoException: public ClienteSinVendedorAsignadoException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
build-test-generate-docs:
src/Library/ClienteSinVendedorExcepcion.cs#L8
Add the following constructor to ClienteSinVendedorAsignadoException: public ClienteSinVendedorAsignadoException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
build-test-generate-docs:
src/Library/UsuarioDuplicadoExcepcion.cs#L6
Declare types in namespaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1050)
|
|
build-test-generate-docs:
src/Library/UsuarioDuplicadoExcepcion.cs#L6
Add the following constructor to UsuarioDuplicadoException: public UsuarioDuplicadoException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
build-test-generate-docs:
src/Library/UsuarioDuplicadoExcepcion.cs#L6
Add the following constructor to UsuarioDuplicadoException: public UsuarioDuplicadoException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|