-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix authors, move examples and target netstandard2.0 #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also configure this to build with symbols and be deterministic/signed/etc. like so? https://github.com/honeycombio/honeycomb-opentelemetry-dotnet/blob/main/Directory.build.props
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Honeycomb.Tests", "test\Honeycomb.Tests\Honeycomb.Tests.csproj", "{42710D9F-1438-4C49-84F8-E06A6D19E887}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "examples\Sample\Sample.csproj", "{253D987E-EA95-4FC6-B347-AA30A5F1FAD9}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing like looking at good 'ole .sln files in code review!
…ke/clean-up * 'main' of github.com:honeycombio/libhoney-dotnet: Bump xunit.runner.visualstudio from 2.4.0 to 2.4.3 (#45)
oh it looks like codeowners isn't in here |
Which problem is this PR solving?
Tidies up the repository to fix misspelled nuget package author names, move the sample app into an examples directory and update Honeycomb.AspNet build target to netstandard2.0 among other clean-up tasks.
Short description of the changes
Honeycomb
of authors in csproj's