Overhaul GitHub workflows for CI and release#1
Merged
Conversation
…workflow, improve IDE-specific `.gitignore`, and update project metadata with versioning adjustments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the CI/CD workflows, project metadata, and documentation, as well as minor improvements to code formatting and structure. The most important changes include the addition of new GitHub Actions workflows for CI and NuGet package release, updates to project versioning and metadata, and enhancements to the
README.mdfile.CI/CD Workflow Improvements:
.github/workflows/ci.yml) for continuous integration, including build, test, and artifact upload steps..github/workflows/publish-nuget.yml) with a modular release workflow (.github/workflows/release-nuget-package.yml) that supports multiple projects and includes changelog generation and GitHub releases. [1] [2] [3]Project Metadata and Versioning:
version.jsonfiles to all projects (Coderynx.Functional,Coderynx.Functional.Orleans,Coderynx.Functional.WebApi) to enable versioning with Nerdbank.GitVersioning. [1] [2] [3]PackageTagsin project files to include more descriptive tags for NuGet packages. [1] [2] [3]PackageReferenceforNerdbank.GitVersioninginDirectory.Build.propsto centralize versioning dependencies.Documentation Enhancements:
README.mdto include build status and license badges, improving project visibility and credibility.Code Formatting and Minor Improvements:
ResultExtensions.csandResultTValueExtensions.csfor better readability. [1] [2] [3] [4]IDE Configuration:
.ideaconfiguration files for JetBrains Rider, including.gitignoreand project-specific settings, to standardize development environments. [1] [2] [3] [4] [5]