Skip to content

The coding agent seems to aggressively favor net8.0 over net9.0 #80

@PureWeen

Description

@PureWeen

Describe the bug
I've found that typically when I have the coding agent generate a dotnet project from soup to nuts it defaults to net8.0

I've also found that while completely other tasks it will downgrade my project to net8.0 when I'm asking it to do something else.

To Reproduce
Steps to reproduce the behavior:

  1. in an existing, or new empty repostiory, instruct copilot to build something in dotnet. In my case I told it to build something based on Semantic Kernel and here's an example of another project where it defaulted to net8.0 when trying to get it to use net10.0 Add GitHub Actions workflows for CI/CD with concurrency management mattleibow/Maui.Essentials.AI#1

This was part of it's initial steps

Image

Expected behavior
coding agent should always default to latest stable and it should be able to use latest preview if instructed.

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    answeredbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions