AdrianoAE
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...
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...
I have tested this with 2 different setups, 1 big benchmark class with all the benchmarks inside grouped by category and a 2nd scenario where each group is it's own...