-
Notifications
You must be signed in to change notification settings - Fork 0
feat(tunit): profile variants for Compono.TUnit (PLAN-0040 Phase 1) #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
3540365
feat(tunit): add ComposeAttribute<TProfile>/<TProfile,TConfig> profilβ¦
ncipollina 14289d7
feat(tunit): stacked Compose-family attribute rejection + profile-binβ¦
ncipollina 88f00bf
test(tunit): NSubstituteTests.cs - the plan's Goal-section scenario, β¦
ncipollina 0a7fdd1
docs(tunit): document Phase 1 profile-attribute family, close out PLAβ¦
ncipollina 75424a5
docs(api): regenerate API reference for Compono.TUnit's new profile aβ¦
ncipollina e36facd
fix(tunit): disambiguate generic arity in zero-parameter method lookuβ¦
ncipollina ff452f9
fix(ci): pin and explicitly reference Microsoft.Testing.Platform.MSBuβ¦
ncipollina e3db9bc
docs(tunit): correct stale comment describing the fixed AmbiguousMatcβ¦
ncipollina 3a6e7cb
fix(ci): pin exact .NET 11 preview SDK in PR build workflow to stop Cβ¦
ncipollina f0615a8
fix(ci): stop a leaked CI env var from collapsing every project's buiβ¦
ncipollina e4ee05d
fix(tunit): append seed when ComposeAttribute<TProfile>'s fixed profiβ¦
ncipollina 2cf3554
fix(tunit): validate negative seeds before applying a fixed profile
ncipollina 05c85e6
docs(tunit): correct the skill doc's own stale zero-parameter lookup β¦
ncipollina a2e8c52
docs(tunit): fix remaining stale lifecycle/lookup claims
ncipollina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,6 @@ jobs: | |
| 8.0.x | ||
| 9.0.x | ||
| 10.0.x | ||
| 11.0.x | ||
| 11.0.100-preview.6.26359.118 | ||
| runCdk: false | ||
| secrets: inherit | ||
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
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
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
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
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
21 changes: 21 additions & 0 deletions
21
.../Compono.TUnit.ComposeAttribute_TProfile,TConfig_.ComposeAttribute(object[]).md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #### [Compono\.TUnit](index.md 'index') | ||
| ### [Compono\.TUnit](Compono.TUnit.md 'Compono\.TUnit').[ComposeAttribute<TProfile,TConfig>](Compono.TUnit.ComposeAttribute_TProfile,TConfig_.md 'Compono\.TUnit\.ComposeAttribute\<TProfile,TConfig\>') | ||
|
|
||
| ## ComposeAttribute\(object\[\]\) Constructor | ||
|
|
||
| Creates a [ComposeAttribute<TProfile,TConfig>](Compono.TUnit.ComposeAttribute_TProfile,TConfig_.md 'Compono\.TUnit\.ComposeAttribute\<TProfile,TConfig\>')\. | ||
|
|
||
| ```csharp | ||
| public ComposeAttribute(params object?[] configArguments); | ||
| ``` | ||
| #### Parameters | ||
|
|
||
| <a name='Compono.TUnit.ComposeAttribute_TProfile,TConfig_.ComposeAttribute(object[]).configArguments'></a> | ||
|
|
||
| `configArguments` [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object')[\[\]](https://learn.microsoft.com/en-us/dotnet/api/system.array 'System\.Array') | ||
|
|
||
| Profile configuration arguments, bound positionally to [TConfig](Compono.TUnit.ComposeAttribute_TProfile,TConfig_.md#Compono.TUnit.ComposeAttribute_TProfile,TConfig_.TConfig 'Compono\.TUnit\.ComposeAttribute\<TProfile,TConfig\>\.TConfig')'s single | ||
| public constructor \- an entirely separate binding target from this attribute family's ordinary | ||
| inline values; every test method parameter is composed in full regardless of what's supplied | ||
| here\. See the type\-level remarks for why each argument should use the strongest attribute\-legal | ||
| type available rather than a bare string\. |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.