Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Bug: Example Step00 of Process Framework is wrong #10087

Open
panicoenlaxbox opened this issue Jan 6, 2025 · 1 comment
Open

.Net: Bug: Example Step00 of Process Framework is wrong #10087

panicoenlaxbox opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code

Comments

@panicoenlaxbox
Copy link

Describe the bug
Step00 https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step00 that shows the simplest way to execute Process Framework is wrong.

If I execute the test without any change, I get this output:

Image

But If I change this line

and I use processBuilder instead of process, now I have this other output that it's fine.

Image

Additional context

I think it's not important but I'm using a net9.0 console application, referencing 1.32.0-alpha version of these packages:

  • Microsoft.SemanticKernel.Process.Abstractions
  • Microsoft.SemanticKernel.Process.Core
  • Microsoft.SemanticKernel.Process.LocalRuntime

Thanks

@panicoenlaxbox panicoenlaxbox added the bug Something isn't working label Jan 6, 2025
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Jan 6, 2025
@github-actions github-actions bot changed the title Bug: Example Step00 of Process Framework is wrong .Net: Bug: Example Step00 of Process Framework is wrong Jan 6, 2025
github-merge-queue bot pushed a commit that referenced this issue Jan 8, 2025
@moonbox3
Copy link
Contributor

moonbox3 commented Jan 9, 2025

Since #10119 went in, can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code
Projects
Status: Bug
Development

No branches or pull requests

4 participants