4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#1,357 forks (1,357 forks)batch import
help wantedproject: NSwag.CodeGeneration.CSharp (Clients)type: enhancement
Repository metrics
- Stars
- 7,359 stars (7,359 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Exceptions are normally serializable.
Contributor guide
- Research direction
- Examine the SwaggerException class in the codebase. Add the SerializableAttribute or implement ISerializable interface to make it serializable. Ensure to handle custom serialization if needed.
- Tech stack
- csharp
- Domain
- backendapi
- Issue type
- Feature
- Prerequisites
- C#Serialization