Humberto Rodrigues
Humberto Rodrigues
I have the following configuration: ```.github/labeler.yml``` ``` 'labelA': - any: ['**/*.{sql,sqlproj}', '/DbSchema/SchemaMigrations/**', '/OS.DB/**'] all: ['!/QA/**'] 'labelB': - any: ['**/*.{config,cs,cshtml,csproj,sln,bat,cfg,dll,exe,ndproj,ps1,rb,sh}', 'Scripts/**/*', 'Utils/**/*', 'VSProjects/**/*', 'Rakefile', '.sonarlint/**', '.editorconfig', '.gitignore', '.gitattributes'] all: ['!QA/**/*'] 'labelC':...
**Describe the bug** the `respondWith` seems to not work when the URL has a `?` **To Reproduce** Steps to reproduce the behavior: I have this ```typescript const url = `/api/FakeApi?hash=10101050&fakeData=true&isGet=true`;...
There is a need to add a new option to load the tenants from the database Initially lets use MSSQL server as a db provider and add the others as...