Replies: 2 comments 1 reply
-
Hi. Did you solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@StefanOssendorf I did, not sire how at this pint specifically, but copied examples I found in other repos in GitHub. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to understand components. Look like it has lots of potential for our use case (s) - lot's of similar builds!
per the Parameters I'm looking to access the solution, but
[Solution] Solution Solution => TryGetValue(() => Solution)!;
comes back with null?I see in the link above, that
Solution
is defined asstring
, however that mean I can then get to theSolution
properties?Am I also supposed to define
[Solution] Solution Solution;
in the mainBuild.cs
file too?I'm getting a
No solution file defined for 'Solution'.
exception?here is the Component:
here is the build:
here is the error:
from the Build - the
Solution
is correctly returned:Is there a comprehensive working example I can crib from - as Im obviously missing something from the documentation?
On review of this, it seems that this is directly setting the interfaces Solution property, where as the understandings is that is what the
TryGetValue(() => Solution)
is supposed to do?Beta Was this translation helpful? Give feedback.
All reactions