Catching exception when failing to read config in partial trust#1119
Catching exception when failing to read config in partial trust#1119cijothomas merged 4 commits intomicrosoft:developfrom
Conversation
|
I'd love some insight as to why the build failed on this trivial change but the devops builds aren't publicly accessible. |
...icrosoft.ApplicationInsights/Extensibility/Implementation/Platform/PlatformImplementation.cs
Show resolved
Hide resolved
...icrosoft.ApplicationInsights/Extensibility/Implementation/Platform/PlatformImplementation.cs
Show resolved
Hide resolved
cijothomas
left a comment
There was a problem hiding this comment.
azurepipelines infra is down. nothing to do with this PR. will merge after we get infra back.
|
@stimms The build is failing with stylecop checks. Can you build locally in Release, and you will be able to see the same errors. |
|
There is this test failure, about the new Warning trace. Test method Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSourceTest.MethodsAreImplementedConsistentlyWithTheirAttributes threw exception: Stack trace |
|
Failed MethodsAreImplementedConsistentlyWithTheirAttributes |
|
/AzurePipelines run |
|
For the Azure DevOps organization |
|
/azp help |
Supported commands
help:
Get descriptions, examples and documentation about supported commands
Example: help "command_name"
run:
Run all pipelines or a specific pipeline for this repository using a comment. Use
this command by itself to trigger all related pipelines, or specify a pipeline
to run.
Example: "run" or "run pipeline_name"
See additional documentation.
|
Fix Issue #416 .
Expand the area under try catch to allow for client initialization in partial trust scenarios, specifically as part of a Dynamics 365 plugin.