Skip to content
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

Merged
merged 7 commits into from
Dec 15, 2021

Conversation

MikeGoldsmith
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith commented Dec 14, 2021

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

  • Fix spelling of Honeycomb of authors in csproj's
  • Create examples directory and move Sample app into it
  • Update Honeycomb.AspNet's target framework to netstandard2.0 instead of netcoreapp2.1
  • Sign & generate symbols packages during CI packaging

@MikeGoldsmith MikeGoldsmith added version: bump minor A PR that adds behavior, but is backwards-compatible. type: maintenance The necessary chores to keep the dust off. labels Dec 14, 2021
@MikeGoldsmith MikeGoldsmith self-assigned this Dec 14, 2021
@MikeGoldsmith MikeGoldsmith changed the title Clean-up Fix authors, move examples and target netstandard2.0 Dec 14, 2021
Copy link
Member

@cartermp cartermp left a 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}"
Copy link
Member

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!

@cartermp
Copy link
Member

oh it looks like codeowners isn't in here

@MikeGoldsmith
Copy link
Contributor Author

It's in the repo:
https://github.com/honeycombio/libhoney-dotnet/blob/main/.github/CODEOWNERS

@MikeGoldsmith MikeGoldsmith merged commit beaf03b into main Dec 15, 2021
@MikeGoldsmith MikeGoldsmith deleted the mike/clean-up branch December 15, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off. version: bump minor A PR that adds behavior, but is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants