Ruben Buniatyan

Results 27 issues of Ruben Buniatyan

## Changes Removed the redundant `$TARGETPLATFORM` to silence the `RedundantTargetPlatform` warning. ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking...

After upgrading to FluentAssertions v8, `ContainSubtree()` crashes with ``` System.MissingMethodException : Method not found: 'Void FluentAssertions.Primitives.ReferenceTypeAssertions`2..ctor(!0)'. ``` Any recommendations/workarounds, or `FluentAssertions.Json` is not compatible with v8? I see the latest...

Migrated the solution file to the new `.slnx` format. This makes the required min .NET version 9.0.2.

## Changes - Replaced Nethermind.Gmp with [Nethermind.GmpBindings](https://github.com/NethermindEth/gmp-bindings) - Updated GMP from v6.2 to v6.3 ## Types of changes #### What types of changes does your code introduce? - [ ]...

performance is good

What about new releases for v9.11 and the entire v10 line? Should we expect those, or is the project stalled?

- Migrated to .NET 10 - Migrated tests to Microsoft Testing Platform - Updated packages but not all as `Microsoft.CodeAnalysis` fails with source generators and `SimpleBase` has ambiguous naming.

## Changes - Updated the .NET packages to v10.0.1 to be aligned with the new .NET release - Updated test packages (NUnit adapter) - Updated other packages ## Types of...