You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Ollama via CommunityToolkit.Aspire.Hosting.Ollama to a project causes the following error when running dotnet aspirate generate --output-format compose:
── Handle Value and Parameter Substitution ─────────────────────────────────────────────────────────────────────────────
Error executing action 'SubstituteValuesAspireManifestAction':
System.InvalidOperationException: Unknown property scheme.
at string Aspirate.Processors.Transformation.Bindings.BindingProcessor.ParseBinding(string resourceName, string
bindingName, string bindingProperty, JsonNode rootNode) in
/home/runner/work/aspirational-manifests/aspirational-manifests/src/Aspirate.Processors/Transformation/Bindings/
BindingProcessor.cs:35
🔍 Steps to Reproduce the Bug
Add CommunityToolkit.Aspire.Hosting.Ollama and use it as per the docs.
Run dotnet aspirate generate --output-format compose
Observe Aspir8 complain about the scheme property being unknown.
🧯 Possible Solution
No workaround as far as I know. I am preparing a fix via a PR.
The text was updated successfully, but these errors were encountered:
MrCSharp22
added a commit
to MrCSharp22/aspirational-manifests
that referenced
this issue
Dec 24, 2024
🔥 Bug Description
Adding Ollama via CommunityToolkit.Aspire.Hosting.Ollama to a project causes the following error when running
dotnet aspirate generate --output-format compose
:🔍 Steps to Reproduce the Bug
CommunityToolkit.Aspire.Hosting.Ollama
and use it as per the docs.dotnet aspirate generate --output-format compose
scheme
property being unknown.🧯 Possible Solution
The text was updated successfully, but these errors were encountered: