zijianhuang / openapiclientgen

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms
MIT License
64 stars 13 forks source link

CodeAttributeDeclaration is missing a period #61

Closed stphnlwlsh closed 5 months ago

stphnlwlsh commented 5 months ago

For date only, the . character is missing for a namespace.

See PR for fix.

zijianhuang commented 5 months ago

merged approved. and v3.0.1 released.

just our of curiosity. the offending feature is basically for .NET Framework and .NET Core prior to .NET 6. Do you happen to be using these? or somehow have other design consideration even when using .NET 6 or above?

stphnlwlsh commented 5 months ago

We have a .NETStandard project where the types are shared. That may be the issue.