Skip to content
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

Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 in /src #177

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Ninject" Version="3.3.6" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.2">

Unchanged files with check annotations Beta

/// <summary>
/// Ends the registrations and start the operation phase.
/// </summary>
ICopyOperation<T> EndRegistrations();

Check warning on line 15 in src/BBT.StructureTools/Copy/Helper/IInternalCopyHelperRegistration.cs

GitHub Actions / build (ubuntu-latest)

'IInternalCopyHelperRegistration<T>.EndRegistrations()' hides inherited member 'ICopyHelperRegistration<T>.EndRegistrations()'. Use the new keyword if hiding was intended.

Check warning on line 15 in src/BBT.StructureTools/Copy/Helper/IInternalCopyHelperRegistration.cs

GitHub Actions / build (ubuntu-latest)

'IInternalCopyHelperRegistration<T>.EndRegistrations()' hides inherited member 'ICopyHelperRegistration<T>.EndRegistrations()'. Use the new keyword if hiding was intended.

Check warning on line 15 in src/BBT.StructureTools/Copy/Helper/IInternalCopyHelperRegistration.cs

GitHub Actions / build (ubuntu-latest)

'IInternalCopyHelperRegistration<T>.EndRegistrations()' hides inherited member 'ICopyHelperRegistration<T>.EndRegistrations()'. Use the new keyword if hiding was intended.

Check warning on line 15 in src/BBT.StructureTools/Copy/Helper/IInternalCopyHelperRegistration.cs

GitHub Actions / build (ubuntu-latest)

'IInternalCopyHelperRegistration<T>.EndRegistrations()' hides inherited member 'ICopyHelperRegistration<T>.EndRegistrations()'. Use the new keyword if hiding was intended.
}
}
var defaultValue = default(T);
var isDefault = value.Equals(defaultValue);

Check warning on line 26 in src/BBT.StructureTools/Extension/LookupUtils.cs

GitHub Actions / build (ubuntu-latest)

'value.Equals(defaultValue)' is always 'false'. Remove or refactor the condition(s) to avoid dead code.

Check warning on line 26 in src/BBT.StructureTools/Extension/LookupUtils.cs

GitHub Actions / build (ubuntu-latest)

'value.Equals(defaultValue)' is always 'false'. Remove or refactor the condition(s) to avoid dead code.

Check warning on line 26 in src/BBT.StructureTools/Extension/LookupUtils.cs

GitHub Actions / build (ubuntu-latest)

'value.Equals(defaultValue)' is always 'false'. Remove or refactor the condition(s) to avoid dead code.

Check warning on line 26 in src/BBT.StructureTools/Extension/LookupUtils.cs

GitHub Actions / build (ubuntu-latest)

'value.Equals(defaultValue)' is always 'false'. Remove or refactor the condition(s) to avoid dead code.
return isDefault;
}