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
When regenerating a C# SDK, relevant .csproj files are overwritten, which removes adjustments to nuget packages. For example, check the management SDK of the authorisation module.
Also, the InterceptResponse gets overridden (partial class ApiClient`), this should be moved to a separate section probably in a new file.
The text was updated successfully, but these errors were encountered:
achilles-portarinos
changed the title
c# sdk generator overwrites csproj files
c# sdk generator overwrites csproj files and deletes the InterceptResponse
Mar 14, 2023
When regenerating a C# SDK, relevant .csproj files are overwritten, which removes adjustments to nuget packages. For example, check the management SDK of the authorisation module.
Also, the InterceptResponse gets overridden (partial class ApiClient`), this should be moved to a separate section probably in a new file.
The text was updated successfully, but these errors were encountered: