Troy Howard

Results 70 comments of Troy Howard

Thanks for the suggestion! We're always looking for new ways to improve the docs experience.

@jkodroff excellent point. This is poorly documented and frankly rather confusing. @sean1588 luckily has some context on that. We will whip up some docs on how this works.

Good catch! @EronWright can you confirm that the wrong post is linked here?

@sean1588 can you look into how to prevent this from throwing false positive errors.

There are 38 failing example programs as of the most recent run: ``` The following projects failed: - aws-acm-certificate-csharp - aws-iampolicy-jsonparse-csharp - aws-s3bucket-bucketobject-interpolate-csharp - aws-s3bucket-bucketpolicy-csharp - aws-s3websitebucket-oai-bucketpolicy-csharp - aws-simulated-dbserver-database-csharp -...

Examples I was able to fix (see # ) --- - aws-acm-certificate-csharp - aws-iampolicy-jsonparse-csharp - aws-s3bucket-bucketobject-interpolate-csharp - aws-s3bucket-bucketpolicy-csharp - aws-s3websitebucket-oai-bucketpolicy-csharp - aws-simulated-dbserver-database-csharp **Problem**: .NET 7 specced **Resolution**: Upgrade to .NET...

The ones I was not able to quick-fix (need some additional input from the authors @toriancrane , @dirien): --- - azure-native-import-resource-group-csharp - azure-native-import-resource-group-go - azure-native-import-resource-group-python - azure-native-import-resource-group-yaml **Problem**: All failing...

@dirien i recently added support for using a `Makefile` in example programs. Basically, include a `Makefile` in the root of the program directory with a `test` target and instead of...

Currently passing, and most recent errors seemed to be transient in nature (network req failures), so closing this until it gets automatically opened again on next failure...

I did some analysis on these failures using Claude Code and `gh` cli to pull workflow logs. Here's the results: ## Failure Analysis Summary for scheduled-test.yml Failure Type: Environment Compatibility...