Evolve icon indicating copy to clipboard operation
Evolve copied to clipboard

feat: net10

Open FynZ opened this issue 3 months ago • 0 comments

@lecaillon from what I understand only you can update the AZDO pipeline to add net10 as a dependency.

On AppVeyor side the latest available image is Visual Studio 2022 so I tried to add net10 manually but the build fails with a non explicit message:

dotnet tool install --global Cake.Tool --version 6.0.0
dotnet : 
At line:1 char:1
+ dotnet tool install --global Cake.Tool --version 6.0.0
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
Welcome to .NET 10.0!
---------------------
SDK Version: 10.0.100
Telemetry
---------
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment 
variable to '1' or 'true' using your favorite shell.
Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, run 'dotnet dev-certs https --trust'
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
You can invoke the tool using the following command: dotnet-cake
Tool 'cake.tool' (version '6.0.0') was successfully installed.
Command executed with exception: --------------------------------------------------------------------------------------

FynZ avatar Nov 16 '25 15:11 FynZ