Feature/run tests primary dll filter#90
Merged
Merged
Conversation
- Add Test-IsPrimaryTestDll function to filter out copied DLLs from other projects' bin folders (e.g., Whizbang.Core.Tests.dll copied to Whizbang.Data.Tests/bin/ due to project references) - Replace --solution flag with explicit DLL discovery for AiFull/Full modes to avoid picking up library projects like Whizbang.Testing - Apply primary DLL filter to both integration-excluded and integration-included test discovery paths This ensures each test DLL is only run from its primary project location, preventing duplicate test execution and fixing the "Unable to proceed with project Whizbang.Testing" error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace '?' with '__Nullable' suffix to generate valid C# identifiers for nullable element types in List<T?> scenarios. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Prevents release workflow from failing late when trying to upload assets to an existing immutable release. Now fails early with a helpful error message suggesting how to bump the version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Allows specifying an exact version (e.g., 1.2.3 or 1.2.3-beta.1) when triggering the release workflow. If not provided, falls back to auto-calculation using GitVersion and release_type. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update ci.yml to pass build artifact name to all test jobs - Update all reusable test workflows to accept artifact-name input - Tests now download pre-built artifacts instead of rebuilding - Reduces total CI time by eliminating redundant builds - Workflows can still build locally when artifact-name not provided 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…rors - Remove GitHub release creation from release.yml (nuget-publish.yml handles it) - Add prerelease detection in nuget-publish.yml to set correct release type - Set IsPackable=false by default in Directory.Build.props - Add src/Directory.Build.props to enable packaging for library projects only This fixes: 1. "Cannot upload assets to an immutable release" - caused by both release.yml and nuget-publish.yml trying to create the same release 2. "Cannot create a package that has no dependencies nor content" - caused by attempting to pack test projects and samples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
📦 Version Information:
|
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.
No description provided.