Skip to content

v2 methods accept dictionaries in the IDE, with no hints and they fail #8

@jwulf

Description

@jwulf

At the moment, v2 methods accept dictionaries, but then the method tries to convert a class to a dictionary at runtime.

One of two things should occur:

  1. (Ideal) It takes a dictionary, with intellisense for the structure, and uses that. It can also take a class (to allow pass-through of typed objects)
  2. (Not ideal) It takes a class and disallows dictionaries.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions