Update to .NET 10, open-source best practices, and NuGet Trusted Publishing - #65
Conversation
- Update TargetFrameworks to net10.0;netstandard2.1 in src/Library/Library.csproj - Update TargetFramework to net10.0 in tests/Library.Tests/Library.Tests.csproj - Update global.json to .NET SDK 10.0.100 with allowPrerelease - Refactor Directory.Build.props for OSS best practices (LangVersion latest, PackageReadmeFile, Repository metadata) - Update GitHub Actions workflows to use actions/setup-dotnet@v4 and dotnet-version 10.0.x - Migrate NuGet publishing to Trusted Publishing (OIDC) by granting id-token permissions and removing static API key secrets Co-authored-by: myarichuk <1473701+myarichuk@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR modernizes the project by updating its target frameworks to .NET 10 and .NET Standard 2.1. It refactors
Directory.Build.propsto include common open-source library metadata and enforcesLangVersionlatest. Finally, it transitions the continuous integration pipeline to use NuGet Trusted Publishing (OIDC) for more secure, passwordless package publishing.PR created automatically by Jules for task 11004273750780280590 started by @myarichuk