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

Bugfix/udp tcp sink fixes #155 #184

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Bugfix/udp tcp sink fixes #155 #184

merged 4 commits into from
Apr 9, 2024

Conversation

EEParker
Copy link
Collaborator

@EEParker EEParker commented Apr 5, 2024

  • Embedd sources as Splunk.Logging.Common.Core is not signed upstream
  • netstandard2.1 is not supported by Splunk.Logging.Common.Core
  • Add a TCP socket unit test to ensure assembly can load

Fixes #155

@EEParker
Copy link
Collaborator Author

EEParker commented Apr 5, 2024

Just a note, I'm not sure this is the correct solution, but I waned to put it out here for review and suggestions.

@EEParker EEParker marked this pull request as ready for review April 9, 2024 14:08
@EEParker
Copy link
Collaborator Author

EEParker commented Apr 9, 2024

I reworked this and embedded the sources from the upstream unsigned library. This allows this assembly to be signed. @VictorioBerra

@EEParker
Copy link
Collaborator Author

EEParker commented Apr 9, 2024

Addresses #188

@EEParker EEParker merged commit e5482b3 into dev Apr 9, 2024
3 checks passed
@EEParker EEParker added component-TCP component-UDP dependencies Pull requests that update a dependency file Semver-Patch Patch Update - non-breaking changes labels Apr 9, 2024
@EEParker EEParker self-assigned this Apr 9, 2024
@EEParker EEParker deleted the bugfix/udp-tcp-sink branch April 9, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-TCP component-UDP dependencies Pull requests that update a dependency file Semver-Patch Patch Update - non-breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Could not load file or assembly 'Splunk.Logging.Common', Version 1.0.0.0...."
1 participant