Alexander Röthinger

Results 4 issues of Alexander Röthinger

Hi! seems like SafeMapper has issues when converting edge cases (i.e. MaxValue for double) The test bellow fails. [TestMethod] public void SafeMapTest() { double d = double.MaxValue; string value =...

### Motivation and Context Currently, `CreatePluginFromApiManifestAsync `does not work when referencing a local filepath for the apiDescriptionIUrl in the `apiDependencies `section. For details, see [https://github.com/microsoft/semantic-kernel/issues/11564](url) ### Description The fix involves...

.NET

--- name: Feature request about: Suggest an idea for this project --- When creating a new plugin using either the `CreatePluginFromApiManifestAsync` or `ImportPluginFromApiManifestAsync`, from the Microsoft.SemanticKernel.Plugins.OpenApi.Extensions package, there's no way...

.NET
openapi

According to the documentation, the ApiDescriptionUrl value in an apimanifest.json file supports using local filepaths. But it just does not work. A previous [post](https://github.com/microsoft/semantic-kernel/discussions/10352#discussioncomment-12261887) mentioned that the following line of...

bug
.NET
openapi