Skip to content

Commit

Permalink
Application:
Browse files Browse the repository at this point in the history
- Ran code cleanup to format things prettier and reorder usings
- Updated .NET Core SDK reference
- Updates to the nuget packages
- Added additional console logging for authentication errors to the Controller

Configuration Report:
- Added APM error detection settings extract, report and compare, fixing #77
- Added BTCleanup enabled, interval and call count settings

Detected BIQ Entities Report:
- Fixed #76
  • Loading branch information
danielodievich committed Aug 30, 2019
1 parent af9cd54 commit dc0d575
Show file tree
Hide file tree
Showing 149 changed files with 6,889 additions and 418 deletions.
11 changes: 7 additions & 4 deletions AppDynamics.Dexter.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.5.0" />
<PackageReference Include="CommandLineParser" Version="2.6.0" />
<PackageReference Include="CsvHelper" Version="7.1.1" />
<PackageReference Include="EPPlus" Version="4.5.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NLog" Version="4.6.5" />
<PackageReference Include="NLog.Config" Version="4.6.5" />
<PackageReference Include="NLog.Schema" Version="4.6.5" />
<PackageReference Include="NLog" Version="4.6.6" />
<PackageReference Include="NLog.Config" Version="4.6.6" />
<PackageReference Include="NLog.Schema" Version="4.6.6" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

Expand Down Expand Up @@ -277,6 +277,9 @@
<None Update="EmptyConfig\reference.controller\EmptyAPM.0\CFG\actions.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="EmptyConfig\reference.controller\EmptyAPM.0\CFG\configuration.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="EmptyConfig\reference.controller\EmptyAPM.0\CFG\configuration.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
4,596 changes: 4,596 additions & 0 deletions CodeMap.dgml

Large diffs are not rendered by default.

Loading

0 comments on commit dc0d575

Please sign in to comment.