-
Notifications
You must be signed in to change notification settings - Fork 258
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
21.2.1: get_FileVersionInfo
does not have an implementation
#1188
Comments
Thanks for reporting. |
Yes, it's also updated in the PR from dependabot: https://github.com/felsokning/Fels-kning/pull/28/files |
To elaborate what's going on: dependabot creates a PR to update the dependencies per provider. When any PR is created in the repository, a github action workflow is fired-off to validate that building and testing passes. There is a hard-requirement for that workflow to pass (called a check), where the PR will not/cannot be merged, without the workflow being successful. |
I see your problem. version: 2
updates:
# Enable version updates for nuget
- package-ecosystem: nuget
# Look for NuGet dependency info from the `root` directory
directory: .
# Check the nuget registry for updates every day (weekdays)
schedule:
interval: daily
groups:
system_io_abstractions:
patterns:
- "System.IO.Abstractions*" |
Closing against this PR. felsokning/Fels-kning#30 |
Thanks for your help with that, @vbreuss! |
Describe the bug
When using
dependabot
to bumpSystem.IO.Abstractions
from21.1.3
to21.2.1
, one test is now failing with:To Reproduce
Steps to reproduce the behaviour:
your preferred means of updating here
to update the NuGet package in both projects to 21.2.1.Expected behaviour
The test should pass because
get_FileVersionInfo
has an implementation.Actual behaviour
The exception thrown can't be handled and the test is marked as
failed
byVSTest
, which fails the entire workflow/action.Additional context
GitHub Actions demonstrating this:
https://github.com/felsokning/Fels-kning/actions/runs/12781024412/job/35628241504
https://github.com/felsokning/Fels-kning/actions/runs/12781024412/job/35628979085
It might be related to this PR: #1177
Source Code In Question
Test Code in Question
The text was updated successfully, but these errors were encountered: