Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

.NET Standard TraceListener logging #166

Merged
merged 4 commits into from
Mar 25, 2018
Merged

.NET Standard TraceListener logging #166

merged 4 commits into from
Mar 25, 2018

Conversation

pharring
Copy link
Member

Add a .NET Standard version of the TraceListener logging package so that it can be used in .NET Core applications.

Copy link
Contributor

@SergeyKanzhelev SergeyKanzhelev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address feedback

@@ -31,6 +31,7 @@
[assembly: Guid("3aada9bf-fc15-42fd-ace5-4cb2f11c1f2a")]

[assembly: InternalsVisibleTo("Microsoft.ApplicationInsights.TraceListener.Net45.Tests, PublicKey=" + AssemblyInfo.PublicKey)]
[assembly: InternalsVisibleTo("Microsoft.ApplicationInsights.TraceListener.Tests, PublicKey=" + AssemblyInfo.PublicKey)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe have netcoreapp10 in the name of test assembly?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

</PropertyGroup>

<ItemGroup>
<Compile Include="..\TraceListener.Net45.Tests\ApplicationInsightsTraceFilterTests.cs" Link="ApplicationInsightsTraceFilterTests.cs" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moving thos to the folder with the name Shared can make folders structure cleaner. Can you do it please?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@pharring
Copy link
Member Author

Ready to merge (I don't have permission myself)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants