Adam Hockemeyer
Adam Hockemeyer
Changing to "Link All" got the project to build for me, but then would fail when calling `await queueClient.SendAsync(msg);` with the message "the lazily-initialize type does not have a public...
I added a feature request for priority as well FYI: https://github.com/edsnider/LocalNotificationsPlugin/issues/15 I think it would be great!
Just adding my findings here as well. I'm working with the Semantic Kernel plugin for openapi in my use case. I used: ``` python parser = ResolvingParser(spec_string=openapi_spec, resolve_types = resolver.RESOLVE_FILES,...
> [@adamhockemeyer](https://github.com/adamhockemeyer) can you explain exactly what you did? I have the same parsing error: Recursion reached limit of 1 trying to resolve... Hi, did you try the example I...
> Yes [@adamhockemeyer](https://github.com/adamhockemeyer) , I tried I am also getting recursion error because I have definition which is referencing itself and prance is unable to resolve it. Can you paste...