Jacob Viau
Jacob Viau
We have discussed this internally and we have decided to not take this approach due to the above concern (silent port changes). We have also made improvements to alert of...
@Francisco-Gamino I need some clarification on your issue. Are you saying we have made a commit to Azure Devops release/* branch and you want that change to flow back into...
@manvkaur I have updated the PR - it should be good to go now.
This is a diagnostic feature running in the background. These failures are not impactful to the health of the app. There is a PR up to improve these logs. For...
@nzthiago the workarounds I provided will prevent it from going to app insights. The linked PR by @cjaliaga (#10996) will also greatly reduce the volume of telemetry emitted here. The...
`AzureWebJobsFeatureFlags=DisableDiagnosticEventLogging` will only impact table logs. Logs to application insights, open telemetry, and azure monitor will not be affected.
> We need to ensure that `formattedMessage` has either a value or empty string. `Sanitizer.Sanitize` checks that and we will return early if `formattedMessage` is one of those so LGTM!...
Are you looking for a general API that works with any form of nuget packaging style? As in the same API will work for packages.config, project.json, and .csproj PackageReference? Or...
@davkean CPS does have support for `VSLangProj.References` and other types through our `OAVS*` classes. I did some investigation and found that the new Dependencies tree is not working with our...
@gardnerjr this document [subscribe_to_project_data](https://github.com/Microsoft/VSProjectSystem/blob/master/doc/automation/subscribe_to_project_data.md) is probably the best option for you. You will want to subscribe to "PackageReference". And here is how you obtain the `UnconfiguredProject` the example uses: [finding_CPS_in_a_VS_Project](https://github.com/Microsoft/VSProjectSystem/blob/master/doc/automation/finding_CPS_in_a_VS_project.md)