Skip to content

chore(deps): update dependency xunit.stafact to v2 - autoclosed #3996

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

Closed
wants to merge 1 commit into from
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
@@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Xunit.StaFact" Version="1.2.69" />
<PackageReference Include="Xunit.StaFact" Version="2.1.7" />
<PackageReference Include="FluentAssertions" Version="8.5.0" />
</ItemGroup>

2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.2" />
<PackageVersion Include="Xunit.StaFact" Version="1.2.69" />
<PackageVersion Include="Xunit.StaFact" Version="2.1.7" />
<PackageVersion Include="Xamarin.AndroidX.Core" Version="$(XamarinAndroidXCoreVersion)" />
<PackageVersion Include="Xamarin.AndroidX.Preference" Version="1.2.1.9" />
<PackageVersion Include="Xamarin.AndroidX.Legacy.Support.Core.UI" Version="1.0.0.29" />

Unchanged files with check annotations Beta

/// <summary>
/// Should register ReactiveUI binding type converters.
/// </summary>
[Fact]

Check failure on line 30 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'

Check failure on line 30 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
public void DryIocDependencyResolver_Should_Register_ReactiveUI_BindingTypeConverters()
{
// Invoke RxApp which initializes the ReactiveUI platform.
/// <summary>
/// Should register ReactiveUI creates command bindings.
/// </summary>
[Fact]

Check failure on line 48 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'

Check failure on line 48 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
public void DryIocDependencyResolver_Should_Register_ReactiveUI_CreatesCommandBinding()
{
// Invoke RxApp which initializes the ReactiveUI platform.
/// <summary>
/// Should register ReactiveUI binding type converters.
/// </summary>
[Fact]

Check failure on line 66 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'

Check failure on line 66 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
public void AutofacDependencyResolver_Should_Register_ReactiveUI_BindingTypeConverters()
{
// Invoke RxApp which initializes the ReactiveUI platform.
/// <summary>
/// Should register ReactiveUI creates command bindings.
/// </summary>
[Fact]

Check failure on line 85 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'

Check failure on line 85 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
public void AutofacDependencyResolver_Should_Register_ReactiveUI_CreatesCommandBinding()
{
// Invoke RxApp which initializes the ReactiveUI platform.
/// <summary>
/// Should register ReactiveUI binding type converters.
/// </summary>
[Fact]

Check failure on line 105 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
public void NinjectDependencyResolver_Should_Register_ReactiveUI_BindingTypeConverters()
{
// Invoke RxApp which initializes the ReactiveUI platform.
/// <summary>
/// Should register ReactiveUI creates command bindings.
/// </summary>
[Fact]

Check failure on line 123 in src/ReactiveUI.Splat.Tests/SplatAdapterTests.cs

GitHub Actions / build / build

The type 'FactAttribute' exists in both 'xunit.core, Version=2.9.3.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
public void NinjectDependencyResolver_Should_Register_ReactiveUI_CreatesCommandBinding()
{
// Invoke RxApp which initializes the ReactiveUI platform.