Skip to content

Conversation

@alexholub113
Copy link
Contributor

Pipelines - Run 20250930.2

The pipeline was failing during the VSTest phase with: The test source file ...\net10.0\Microsoft.IdentityModel.Logging.Tests.dll was not found. Root cause: runTests.ps1 (or related props) enables the next .NET target (net10.0) via TargetNetNext, causing test discovery to look for net10.0 test assemblies. The earlier solution build step in template-Build-run-tests-sign.yml did not pass /p:TargetNetNext, so net10.0 binaries were never built. VSTest then failed when attempting to execute the non-existent net10.0 test DLL.

@alexholub113 alexholub113 self-assigned this Oct 2, 2025
@alexholub113 alexholub113 requested a review from a team as a code owner October 2, 2025 22:31
@bgavrilMS bgavrilMS closed this Oct 3, 2025
@bgavrilMS bgavrilMS reopened this Oct 3, 2025
@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Summary

Summary
Generated on: 10/3/2025 - 11:36:16 PM
Coverage date: 10/3/2025 - 11:20:35 PM - 10/3/2025 - 11:35:15 PM
Parser: MultiReport (72x Cobertura)
Assemblies: 1
Classes: 10
Files: 3
Line coverage: 80.3% (931 of 1159)
Covered lines: 931
Uncovered lines: 228
Coverable lines: 1159
Total lines: 908
Branch coverage: 67.8% (342 of 504)
Covered branches: 342
Total branches: 504
Method coverage: Feature is only available for sponsors

Coverage

Microsoft.IdentityModel.JsonWebTokens - 80.3%
Name Line Branch
Microsoft.IdentityModel.JsonWebTokens 80.3% 67.8%
Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities 100%
System.Text.RegularExpressions.Generated 80.3% 67.8%
System.Text.RegularExpressions.Generated 80.3% 67.8%
System.Text.RegularExpressions.Generated 80.3% 67.8%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F12A1AEDDDFE32BA
DF4DBFF323AF1BCB48B9F9721B7CD3E05F5E034CF225E3DF8__CreateJweRegex_1
79.2% 68%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F12A1AEDDDFE32BA
DF4DBFF323AF1BCB48B9F9721B7CD3E05F5E034CF225E3DF8__CreateJwsRegex_0
81.4% 67.6%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F334844C618E00D3
CEC5D3FE0D00CF0141BBEE98635313BB2CB8D3921464CE05A__CreateJweRegex_1
79.2% 68%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F334844C618E00D3
CEC5D3FE0D00CF0141BBEE98635313BB2CB8D3921464CE05A__CreateJwsRegex_0
81.4% 67.6%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>FE89C4BBA95BC726
BBFA730D496EDD9355321BE5DAEE79F3CE10E7FA17DC7FA64__CreateJweRegex_1
79.2% 68%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>FE89C4BBA95BC726
BBFA730D496EDD9355321BE5DAEE79F3CE10E7FA17DC7FA64__CreateJwsRegex_0
81.4% 67.6%

@keegan-caruso keegan-caruso force-pushed the alexholub/fix-pipeline-net10-test-run branch from 00082a5 to e5b2c15 Compare October 6, 2025 19:27
@github-actions
Copy link

github-actions bot commented Oct 6, 2025

Summary

Summary
Generated on: 10/6/2025 - 8:26:41 PM
Coverage date: 10/6/2025 - 8:16:11 PM - 10/6/2025 - 8:25:57 PM
Parser: MultiReport (72x Cobertura)
Assemblies: 1
Classes: 10
Files: 3
Line coverage: 80.3% (931 of 1159)
Covered lines: 931
Uncovered lines: 228
Coverable lines: 1159
Total lines: 906
Branch coverage: 67.8% (342 of 504)
Covered branches: 342
Total branches: 504
Method coverage: Feature is only available for sponsors

Coverage

Microsoft.IdentityModel.JsonWebTokens - 80.3%
Name Line Branch
Microsoft.IdentityModel.JsonWebTokens 80.3% 67.8%
Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities 100%
System.Text.RegularExpressions.Generated 80.3% 67.8%
System.Text.RegularExpressions.Generated 80.3% 67.8%
System.Text.RegularExpressions.Generated 80.3% 67.8%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F12A1AEDDDFE32BA
DF4DBFF323AF1BCB48B9F9721B7CD3E05F5E034CF225E3DF8__CreateJweRegex_1
79.2% 68%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F12A1AEDDDFE32BA
DF4DBFF323AF1BCB48B9F9721B7CD3E05F5E034CF225E3DF8__CreateJwsRegex_0
81.4% 67.6%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F334844C618E00D3
CEC5D3FE0D00CF0141BBEE98635313BB2CB8D3921464CE05A__CreateJweRegex_1
79.2% 68%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>F334844C618E00D3
CEC5D3FE0D00CF0141BBEE98635313BB2CB8D3921464CE05A__CreateJwsRegex_0
81.4% 67.6%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>FE89C4BBA95BC726
BBFA730D496EDD9355321BE5DAEE79F3CE10E7FA17DC7FA64__CreateJweRegex_1
79.2% 68%
System.Text.RegularExpressions.Generated.<RegexGenerator_g>FE89C4BBA95BC726
BBFA730D496EDD9355321BE5DAEE79F3CE10E7FA17DC7FA64__CreateJwsRegex_0
81.4% 67.6%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants