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

.NET Standard TraceListener logging#166

Merged
SergeyKanzhelev merged 4 commits intomicrosoft:developfrom
pharring:TraceListenerNetStandard
Mar 25, 2018
Merged

.NET Standard TraceListener logging#166
SergeyKanzhelev merged 4 commits intomicrosoft:developfrom
pharring:TraceListenerNetStandard

Conversation

@pharring
Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
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

[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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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