Skip to content

LokiTarget - IgnoreSslErrors to ignore errors from self signed certificates#157

Merged
corentinaltepe merged 1 commit intocorentinaltepe:masterfrom
snakefoot:master
Mar 16, 2026
Merged

LokiTarget - IgnoreSslErrors to ignore errors from self signed certificates#157
corentinaltepe merged 1 commit intocorentinaltepe:masterfrom
snakefoot:master

Conversation

@snakefoot
Copy link
Copy Markdown

@snakefoot snakefoot commented Mar 15, 2026

Trying to resolve #76 (Assign IgnoreSslErrors = true but not recommended in production environment).

Replaced net462 with net471 to provide support for all targetplatforms. Removed net6 + net7 since out of support.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 15, 2026

Codecov Report

❌ Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.42%. Comparing base (93f6204) to head (aad9162).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/NLog.Loki/LokiTarget.cs 76.47% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   79.19%   76.42%   -2.78%     
==========================================
  Files          12       12              
  Lines         399      403       +4     
  Branches       56       57       +1     
==========================================
- Hits          316      308       -8     
- Misses         59       69      +10     
- Partials       24       26       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@corentinaltepe corentinaltepe merged commit b1c346b into corentinaltepe:master Mar 16, 2026
1 of 3 checks passed
@corentinaltepe corentinaltepe added the feature New feature or enhancement label Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No support for SSL certificates

2 participants