NewPlatform.Flexberry.ORM 8.0.0

dotnet add package NewPlatform.Flexberry.ORM --version 8.0.0
                    
NuGet\Install-Package NewPlatform.Flexberry.ORM -Version 8.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NewPlatform.Flexberry.ORM" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NewPlatform.Flexberry.ORM" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NewPlatform.Flexberry.ORM" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NewPlatform.Flexberry.ORM --version 8.0.0
                    
#r "nuget: NewPlatform.Flexberry.ORM, 8.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NewPlatform.Flexberry.ORM@8.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NewPlatform.Flexberry.ORM&version=8.0.0
                    
Install as a Cake Addin
#tool nuget:?package=NewPlatform.Flexberry.ORM&version=8.0.0
                    
Install as a Cake Tool

Flexberry ORM package.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (26)

Showing the top 5 NuGet packages that depend on NewPlatform.Flexberry.ORM:

Package Downloads
NewPlatform.Flexberry.ORM.ODataService

Flexberry ORM OData Service Package.

NewPlatform.Flexberry.Security

Flexberry Security package.

NewPlatform.Flexberry.UserSettingsService

Flexberry UserSettingsService package.

NewPlatform.Flexberry.ORM.PostgresDataService

Flexberry ORM package.

NewPlatform.Flexberry.Audit

Flexberry Audit package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0 299 8/11/2026
8.0.0-beta08 284 7/1/2026
8.0.0-beta07 506 5/7/2026
8.0.0-beta06 1,172 12/9/2025
8.0.0-beta05 796 11/27/2025
8.0.0-beta04 363 11/27/2025
8.0.0-beta03 336 11/26/2025
8.0.0-beta02 585 8/5/2025
8.0.0-beta01 888 3/28/2024
7.2.0 4,252 3/19/2024
7.2.0-beta01 522 2/16/2024
7.2.0-alpha03 1,131 6/2/2023
7.2.0-alpha02 816 5/22/2023
7.1.1 4,666 6/8/2023
7.1.1-beta01 618 4/15/2023
7.1.0 2,958 4/12/2023
7.1.0-beta01 551 2/22/2023
7.0.0 2,546 2/17/2023
6.1.0 4,414 2/15/2023
6.1.0-beta03 10,096 8/25/2022
Loading failed

Added
1. Support of Net10.
2. Due to backward compatibility it is necessary now to initialize manually at start point:

`DataServiceProvider.DataService = ds; // ds - DataService.
ExternalLangDef.LanguageDef = new ExternalLangDef(ds); // ds - DataService.
DetailVariableDef.ViewGenerator = null; // or resolving of interface IViewGenerator.`

3. Interface `IBusinessServerProvider`.
4. Public property `IBusinessServerProvider BusinessServerProvider { get; protected set; }` to class `SQLDataService`.
5. Class `NewPlatform.Flexberry.ORM.CurrentUserService.EmptyCurrentUser : ICurrentUser` (a stub for empty user).
6. Interface `NewPlatform.Flexberry.ORM.CurrentUserService.ICurrentUser` (user credentials).
7. Help class `UnityServiceProvider` (it helps to organize connection between `IUnityContainer` and `IServiceProvider` for tests).
8. Dependency injection of `IConfigResolver` throught the property of `SQLDataService`.
9. Added stub classes for `IAuditService`, `IBusinessServerProvider` (`EmptyAuditService`, `EmptyBusinessServerProvider`).

Changed
1. Method `LockService.ClearAllUserLocks` changed to unstatic.
2. Method `LockService.GetUserName` changed to unstatic.
3. Data services `MSSQLDataService`, `OracleDataService`, `PostgresDataService` need initialization of property `CurrentUser` if `value.FunctionDef.StringedView == "CurrentUser"`.
4. Static class `CurrentUserServiceExtensions` renamed to `CurrentUserExtensions`.
5. Constructor of class `LockService`.
6. Constructor of class `SQLDataService` (`DRDataService`, `MSSQLDataService`, `OracleDataService`, `PostgresDataService`): added dependency injection of `IAuditService` and `ISecurityManager` throught the constructor of `SQLDataService`.
7. Constructor of class `XMLFileDataService`.
8. Constructor of class `AuditService`.
9. Constructor of class `BusinessServerProvider`.

Deprecated
1. `ExternalLangDef.LanguageDef` (correct way is creation of new instance of `ExternalLangDef` with proper DataService).
2. `UnityFactory`.
3. `DataServiceProvider.DataService`.

Removed
1. Using of `UnityFactory` at code (there can be used not only Unity but other variant of DI supporting `IServiceProvider` interface).
2. Public properties `Current`, `ApplicationMode` and static method `InitAuditService` removed from class `AuditService`.
3. Enum `ICSSoft.STORMNET.Business.Audit.AppMode`.
4. Class `DataServiceWrapper`.
5. Public method `CheckAccessToAttribute` from class `Information`.
6. Class `DirectoryServicesTools`.
7. Class `ICSSoft.Services.CurrentUser`.
8. Class `CurrentUserService`.
9. Class `CurrentWindowsUser`.
10. Interface `ICSSoft.Services.CurrentUserService.IUser`.
11. [BREAKING CHANGE] Setting of `STORMAdvLimit.User` at setter of `STORMAdvLimit.Publish`.
12. Getting of `CommandTimeout` throught configuration file.
13. Removed support of .NET Core 3.1.

Fixed
1. Disposing of `IDataReader` during data loading at `SQLDataService`.