AdrianoAE
Results
2
issues of
AdrianoAE
### Expected Behavior Be able to call GRPC server with https endpoint. ### Actual Behavior When running GRPC server in .NET the endpoint will be `https://localhost:XXXX`, the current parser does...
B-bug
S-unverified
When verifying types from assemblies, the base types are being considered ```csharp IArchRule rule = Types() .That().ResideInAssembly(_DOMAIN_ASSEMBLY) .Should().NotDependOnAnyTypesThat().ResideInAssembly(_API_ASSEMBLY); _ARCHITECTURE.CheckRule(rule); ``` Expected: Success because there is no reference between the projects...