You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove test files, solution file, and internal SDK artifacts
Remove test infrastructure, the Visual Studio solution file, and several
internal SDK files that are no longer needed. All deleted items are either
test-only code, build configuration, or internal implementation details
with no impact on the public API surface.
Key changes:
- Delete EnumSerializer unit tests (EnumSerializerTests.cs)
- Delete OneOfSerializer unit tests (OneOfSerializerTests.cs)
- Delete RawClient integration tests (AdditionalHeadersTests.cs, AdditionalParametersTests.cs)
- Delete Visual Studio solution file (Vapi.Net.sln)
- Delete CallControllerFindAllPaginatedRequest and its associated SortOrder enum
- Delete internal EnumSerializer<TEnum> core implementation
🌿 Generated with Fern