Kyle McMaster
Kyle McMaster
Seems like you could use [Central Package Management](https://devblogs.microsoft.com/nuget/introducing-central-package-management/) 😁 ([example](https://github.com/wiredviews/xperience-community-cqrs/blob/main/Directory.Packages.props)) _Originally posted by @seangwright in https://github.com/KyleMcMaster/payroll-processor/issues/114#issuecomment-1128931806_
Merging as discussed with @seangwright . Note to come back to this PR for reference on semantic html and accessibility. _Originally posted by @KyleMcMaster in https://github.com/KyleMcMaster/payroll-processor/pull/33#issuecomment-668325870_
We could "merge" defaults with local settings if we wanted, by rewriting this file as: ``` import { Environment } from './environment-types'; import { environment as envSource } from './environment';...
Update Angular Client NPM packages to latest and verify they work as intended, understandable if not all packages are able to be updated due to dependency hell. Acceptance Criteria: -...
- Update Target Framework to `net8.0` - Use C# 12 features as applicable (primary constructors mostly)
# Description - Adds foundation for migrating to CSharpFunctionalExtensions feature by feature rather than an all or nothing "big bang" approach by using the Strangler Fig pattern. - Migrates Employee...
Update Vue Client NPM packages to latest and verify they work as intended. Acceptance Criteria: - Packages are updates to latest combination that works with given Node constraints - Vue...