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

Castle.Services.Logging.EventLogIntegration for Windows EventLog #694

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

snakefoot
Copy link
Contributor

@snakefoot snakefoot commented Jan 29, 2025

Removed nuget-dependency System.Diagnostics.EventLog from the Castle.Core-package as it is Windows-only (And will explode in your face when used on other platforms).

Makes Castle.Core free of extra nuget-dependencies for net462 + netstandard2.1 + net6.0 (essence of core)

People using Windows and depend on the DiagnosticsLogger just have to add an additional nuget-package to their project.

Could consider changing net6.0 to net6.0-windows for Castle.Services.Logging.EventlogIntegration and remove the direct nuget-dependency.

@snakefoot snakefoot force-pushed the master branch 9 times, most recently from 90fc013 to e2d3359 Compare January 29, 2025 17:46
@snakefoot snakefoot changed the title Castle.Services.Logging.DiagnosticsLogger for Windows EventLog Castle.Services.Logging.EventlogIntegration for Windows EventLog Jan 29, 2025
@snakefoot snakefoot force-pushed the master branch 5 times, most recently from e4f9c96 to bf66485 Compare January 29, 2025 20:19
@snakefoot snakefoot changed the title Castle.Services.Logging.EventlogIntegration for Windows EventLog Castle.Services.Logging.EventLogIntegration for Windows EventLog Jan 29, 2025
@snakefoot snakefoot force-pushed the master branch 3 times, most recently from 42a4a04 to a05e9c2 Compare January 29, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant