Add IDE configs, update Beam version, and enhance RelationalDataProvider

Added JetBrains Rider IDE configuration files and a backup for Beam.Api.csproj. Updated aeqw89.Beam project version to 2.7.0 and package references, including Selenium.WebDriver and System.IO.Hashing. Enhanced RelationalDataProvider to support NextSibling and PreviousSibling relations and configurable traversal distance.
This commit is contained in:
qwsdcvghyu89
2025-11-23 01:47:53 +11:00
parent 580ceb8c3c
commit b16d17631e
8 changed files with 339 additions and 11 deletions
+17
View File
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.9" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Beam.Abstractions\Beam.Abstractions.csproj" />
</ItemGroup>
</Project>