Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.12 KB

File metadata and controls

61 lines (41 loc) · 1.12 KB
name Bug Report
about Report a bug or unexpected behavior
title [BUG]
labels bug
assignees

Bug Description

A clear and concise description of what the bug is.

Platform

  • Android
  • iOS
  • Windows/.NET

Environment

  • SecureHttpClient Version: (e.g., 2.4.3)
  • Target Framework: (e.g., net10.0, net10.0-android36.1)
  • OS Version: (e.g., Android 14, iOS 17.1, Windows 11)
  • Device: (e.g., Pixel 8, iPhone 15, Desktop)
  • .NET SDK Version: (e.g., 10.0.101)

Steps to Reproduce

Expected Behavior

A clear and concise description of what you expected to happen.

Actual Behavior

A clear and concise description of what actually happened.

Code Sample

// Minimal reproducible code sample
var handler = new SecureHttpClientHandler(null);
// ... rest of the code

Error Messages / Stack Trace

Paste any error messages or stack traces here

Additional Context

Add any other context about the problem here (network environment, proxy settings, certificate details, etc.).

Workaround

If you've found a workaround, please describe it here.