Skip to content

Commit c809c14

Browse files
committed
feat: branched off and removed LINQ project, as it is unlikely to become production ready in the new future
1 parent 123ace3 commit c809c14

27 files changed

Lines changed: 9 additions & 2575 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 2025-06-10 v5.0.0
4+
5+
* feat: branched off and removed LINQ project, as it is unlikely to become production ready in the new future
6+
* build: remove unsupported frameworks, separately test each supported framework target
7+
* test: updated functional test in NullValueTests to avoid duplicate error on create
8+
* test: updated packages, updated deprecated async void methods
9+
310
### 2025-02-24 v5.0.0-Beta
411

512
* feat: Add ConfigureAwait(false) to await calls (PR #71 jtsai-osa)

NetCoreForce.sln

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26403.7
@@ -15,10 +15,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreForce.FunctionalTest
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleConsole", "src\SampleConsole\SampleConsole.csproj", "{DECD46B3-1DE6-4029-91E0-18C1D6AFEC60}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreForce.Linq", "src\NetCoreForce.Linq\NetCoreForce.Linq.csproj", "{9013FC59-47FD-42AA-8771-19CE7ED672DA}"
19-
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreForce.Linq.Tests", "src\NetCoreForce.Linq.Tests\NetCoreForce.Linq.Tests.csproj", "{519CD29C-E6AB-4F6A-AC5E-7752C1C89A41}"
21-
EndProject
2218
Global
2319
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2420
Debug|Any CPU = Debug|Any CPU
@@ -49,14 +45,6 @@ Global
4945
{DECD46B3-1DE6-4029-91E0-18C1D6AFEC60}.Debug|Any CPU.Build.0 = Debug|Any CPU
5046
{DECD46B3-1DE6-4029-91E0-18C1D6AFEC60}.Release|Any CPU.ActiveCfg = Release|Any CPU
5147
{DECD46B3-1DE6-4029-91E0-18C1D6AFEC60}.Release|Any CPU.Build.0 = Release|Any CPU
52-
{9013FC59-47FD-42AA-8771-19CE7ED672DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53-
{9013FC59-47FD-42AA-8771-19CE7ED672DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
54-
{9013FC59-47FD-42AA-8771-19CE7ED672DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
55-
{9013FC59-47FD-42AA-8771-19CE7ED672DA}.Release|Any CPU.Build.0 = Release|Any CPU
56-
{519CD29C-E6AB-4F6A-AC5E-7752C1C89A41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57-
{519CD29C-E6AB-4F6A-AC5E-7752C1C89A41}.Debug|Any CPU.Build.0 = Debug|Any CPU
58-
{519CD29C-E6AB-4F6A-AC5E-7752C1C89A41}.Release|Any CPU.ActiveCfg = Release|Any CPU
59-
{519CD29C-E6AB-4F6A-AC5E-7752C1C89A41}.Release|Any CPU.Build.0 = Release|Any CPU
6048
EndGlobalSection
6149
GlobalSection(SolutionProperties) = preSolution
6250
HideSolutionNode = FALSE

build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!--Versioning-->
55
<VersionPrefix>5.0.0</VersionPrefix>
6-
<VersionSuffix>Beta</VersionSuffix>
6+
<VersionSuffix></VersionSuffix>
77

88
<!-- Targets -->
99
<LangVersion>8.0</LangVersion>

src/NetCoreForce.FunctionalTests/QueryableTests.cs

Lines changed: 0 additions & 141 deletions
This file was deleted.

src/NetCoreForce.Linq.Tests/NetCoreForce.Linq.Tests.csproj

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)