-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugA broken experienceA broken experiencetype:breaking-changeAn issue that will result in dependent client projects failing.An issue that will result in dependent client projects failing.
Description
See this PR for the mappings across languages MicrosoftDocs/openapi-docs#121
Currently decimal in Go maps to float64, which is too short. It should map to float128 instead. This will be a breaking change and requires:
- A new method in ParseNode
- A new method in SerializationWriter
- Implementations across serialization/parse node
- A new entry in the Go Conventions Service (kiota)
- Potential new mappings in Go CodeMethodWriter for the serialization and parse node calls.
Metadata
Metadata
Assignees
Labels
bugA broken experienceA broken experiencetype:breaking-changeAn issue that will result in dependent client projects failing.An issue that will result in dependent client projects failing.
Type
Projects
Status
New📃