Djuradj Kurepa

Results 85 comments of Djuradj Kurepa

Currently the [SqlPackage](https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-download?view=sql-server-ver16) dotnet tool looks like the most promising lead. We should be able to use something like `SqlPackage /a:Export /tf:testExport.BACPAC /scs:"Data Source=" /ua:True /tid:""` to export the database,...

We have closed down the port 4430, this concludes the first phase of the cleanup. We will now wait for a month or two before removing the Load Balancer, so...

> How do you know the changes work? The test deployments all seem to fail? Or they fail after they deploy? The deployment itself is working, so is the service,...

As a part of this issue we also want to add some `DependencyRegistrationTests` to verify DI registrations. We'll have to deal with Keyed Service Registrations tho

Ah my bad, do you think we should include the DI tests there too?

Unfortunately, there is no simple fix for this issue. This is because `darc` doesn't know if a channel has been configured for publishing, this information is kept in `arcade` in...

This is a low priority issue, we might tackle it at a later point

All of my attempts were unsuccessful, I will need to ask for some help once people are back from holidays. One thing to note is that the Helix cluster is...

Here's the reason why this happened: - When we're creating a BAR build, we try to figure out if the commit is coming from `GitHub` or `AzDo`. We do this...