Skip to content

Add ILVerification to test framework - #18255

Merged
0101 merged 5 commits into
dotnet:mainfrom
KevinRansom:verifyil
Jan 29, 2025
Merged

Add ILVerification to test framework#18255
0101 merged 5 commits into
dotnet:mainfrom
KevinRansom:verifyil

Conversation

@KevinRansom

Copy link
Copy Markdown
Contributor

Use code similar to this to verify a test cases generated pe file:

 |> verifyPEFileWithSystemDlls
|> withOutputContainsAllInOrderWithWildcards [
"All Classes and Methods in*SanityCheck02.exe Verified."
]

@KevinRansom
KevinRansom requested a review from a team as a code ownerJanuary 21, 2025 06:56
@github-actions

Copy link
Copy Markdown
Contributor

✅ No release notes required

Comment threadtests/FSharp.Test.Utilities/ILVerifierModule.fs Outdated
@KevinRansom

Copy link
Copy Markdown
ContributorAuthor

@T-Gro , @vzarytovskii --- ready to review Maties.

Comment threadtests/FSharp.Test.Utilities/ILVerifierModule.fs
Comment threadtests/FSharp.Test.Utilities/ILVerifierModule.fs
@0101
0101 merged commit a9f59cd into dotnet:mainJan 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants

@KevinRansom@0101@T-Gro