Skip to content

Commit

Permalink
2.13 binary changes - don't ship test dependencies (#12492)
Browse files Browse the repository at this point in the history
* use aggregated exception type to log aggregated xaml parse exceptions (#12396)

* use wrapped exception type.

* review comments

* remove wrapped exception type
use ag exception
update analytics dlls

* revert changes to utils

* spelling

* update analytics
get rid of null check

Co-authored-by: michael kirschner <[email protected]>


merging this, I have confirmed dynamo does not crash when catching these exceptions ports just fail to display.

* dont copy local dynamoCoreTest or its deps

Co-authored-by: michael kirschner <[email protected]>
  • Loading branch information
mjkkirschner and mjkkirschner authored Dec 15, 2021
1 parent ccb477a commit cf7b2e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/DynamoCoreTests/DynamoCoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<Reference Include="Microsoft.Diagnostics.Runtime, Version=2.0.4.26801, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\src\packages\Microsoft.Diagnostics.Runtime.2.0.226801\lib\netstandard2.0\Microsoft.Diagnostics.Runtime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\..\src\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<ProjectReference Include="..\..\DynamoCoreTests\DynamoCoreTests.csproj">
<Project>{472084ed-1067-4b2c-8737-3839a6143eb2}</Project>
<Name>DynamoCoreTests</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\src\DynamoCore\DynamoCore.csproj">
<Project>{7858fa8c-475f-4b8e-b468-1f8200778cf8}</Project>
Expand Down
1 change: 1 addition & 0 deletions test/System/IntegrationTests/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
<ProjectReference Include="..\..\DynamoCoreTests\DynamoCoreTests.csproj">
<Project>{472084ED-1067-4B2C-8737-3839A6143EB2}</Project>
<Name>DynamoCoreTests</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Engine\FFITarget\FFITarget.csproj">
<Project>{c70fe632-5500-4c57-b3d6-9b5574137551}</Project>
Expand Down

0 comments on commit cf7b2e7

Please sign in to comment.