Skip to content

Tags: credfeto/credfeto-enum-source-generation

Tags

github-build-number-1323

Toggle github-build-number-1323's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/workflows/dependabot.yml

github-build-number-1322

Toggle github-build-number-1322's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/actions/npm/action.yml

github-build-number-1321

Toggle github-build-number-1321's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/actions/cloudformation-deploy/action.yml

github-build-number-1320

Toggle github-build-number-1320's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/actions/build/action.yml

github-build-number-1319

Toggle github-build-number-1319's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/actions/npm/action.yml

github-build-number-1318

Toggle github-build-number-1318's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/actions/npm/action.yml

github-build-number-1317

Toggle github-build-number-1317's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/actions/npm/action.yml

github-build-number-1316

Toggle github-build-number-1316's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/workflows/oss-scorecared.yml

github-build-number-1315

Toggle github-build-number-1315's commit message

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
[Actions] Updated .github/workflows/dependabot.yml

github-build-number-1314

Toggle github-build-number-1314's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SDK - Updated DotNet SDK to 9.0.303 (#74)

<!--- Provide a general summary of your changes in the Title above that
includes the Jira Ticket -->

# Description
<!--- Describe your changes in detail -->

# Related Issue\Feature
<!--- Please link to the issue or feature: -->

# How Has This Been Tested
- [ ] All unit tests pass.
- [ ] All integration tests pass.
- [ ] Manual Testing:
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

# Types of changes
<!--- What types of changes does your code introduce? Put an 'x' in all
the boxes that apply: -->
<!-- Note that you can just click these after submission and it will
remember the tick for you -->
- [ ] Docs change
- [ ] Refactoring
- [ ] Dependency upgrade
- [ ] Additional Unit Tests\Integration Tests
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Removed no-longer used code

## Deployment Configuration Changes
- [ ] Requires deployment configuration changes as specified below and
in CHANGELOG.md
<!--- Insert Deployment configuration changes here -->

# Checklist
<!--- Go over all the following points, and put an 'x' in all the boxes
once they are true. -->
<!-- Note that you can just click these after submission and it will
remember the tick for you -->
- [ ] There are no Resharper\static code analysis errors anywhere in the
solution.
- [ ] I have ONLY run a code clean-up on any files I have modified to
make sure they are in the correct format and no others.
- [ ] I have added tests to cover my changes.
- [ ] I have run the code and quickly verified it all works to my
satisfaction.
- [ ] All new/modified code has sufficient logging to be able to
diagnose what is wrong.
- [ ] All new and existing tests passed.
- [ ] All new/modified public interfaces/classes have are documented
with xmldoc comments.
- [ ] Unreleased section of CHANGELOG.md has been updated with details
of this PR.