Print warning when AddJsonFile is called with "local.settings.json"#2777
Print warning when AddJsonFile is called with "local.settings.json"#2777BogdanYarotsky wants to merge 27 commits intoAzure:mainfrom
Conversation
|
@microsoft-github-policy-service agree |
|
Hi, sure, I will update the PR soon. |
|
Hello @liliankasem, I've updated the ID of the warning. Please let me know if any other changes are needed. Thank you for the review! |
|
This seems useful could we get an update here? @liliankasem (@kshyju @mattchenderson) |
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
|
/azp run dotnet-worker.public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@BogdanYarotsky apologies for the long delay on this. It seems like there is some build issue now. It is pointing to a file not in this PR at all, so I imagine it might be a merge issue or something stale. Can you rebase off of |
|
@jviau thank you for coming back on this one. I definitely can, my only concern is that's a recurring pattern with this PR. It becomes stale, updates are required from my side, after me implementing it, the PR goes stale again after some time. What can we do to avoid this situation in the future and merge it after next changes if everything is alright? One of the main challenges with analyzers specifically is that they rely on manual increment of id, which leads to git conflicts if few analyzers are contributed in parallel. If such feedback is valued, I could open a new issue about it. I would be happy to bring this PR to mergeable state, please let me know how to proceed. Thanks! |
|
@BogdanYarotsky the back-and-forth staleness of the PR is on us, we did not dedicate the time to drive this PR to completion. We are dedicating more time to resolving PRs going forward. Apologies again. The analyzer ID conflict is understandable. Not sure the best way to do that because it needs to be part of docs. Probably a story for another time, if doable at all. |
Issue describing the changes in this PR
resolves #613
Pull request checklist
release_notes.mdAdditional information.
Hi @fabiocav, this is my first pull request in this repository. I've added a bunch of unit tests and documentation for the new analyzer. Please let me know what you think about this PR and what else should be added to it.
Many Thanks!
Bogdan