Matt

Results 5 issues of Matt

See https://github.com/octokit/octokit.net/pull/2303 for related notes, this is a +1 on further correcting the deployments client.

category: bug
improvement

### Describe the feature `Publish-AWSPowerShellLambda` would be a better experience if it would automatically upgrade the function config to match the correct dotnet runtime prior to uploading function code. There...

feature-request
module/lambda-client-lib
needs-review

Compare diff run as-is errors on computed columns, despite that in SQL Server cannot be directly altered. They must instead be dropped and added. See https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-transact-sql?view=sql-server-2017#arguments

- Adds mermaid serializer with file and console output. #40 - Adds options to reduce display name size of packages and projects. Both changes update docs. The trim options is...

[TUnit](https://github.com/thomhurst/TUnit) is a dotnet test framework built natively on the new testing platform, so it does not have a test sdk ref. Looking at its [basic generated csproj template](https://github.com/thomhurst/TUnit/blob/main/TUnit.Templates/content/TUnit/TestProject.csproj), I'm...