IOFlextils 1.2.6
dotnet add package IOFlextils --version 1.2.6
NuGet\Install-Package IOFlextils -Version 1.2.6
<PackageReference Include="IOFlextils" Version="1.2.6" />
<PackageVersion Include="IOFlextils" Version="1.2.6" />
<PackageReference Include="IOFlextils" />
paket add IOFlextils --version 1.2.6
#r "nuget: IOFlextils, 1.2.6"
#:package IOFlextils@1.2.6
#addin nuget:?package=IOFlextils&version=1.2.6
#tool nuget:?package=IOFlextils&version=1.2.6
An awesome toolkit of extensions and tools to help keep developers working quickly.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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 | net461 was computed. 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. |
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IOFlextils:
| Package | Downloads |
|---|---|
|
IOFlextils.Api
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.6 | 963 | 2/16/2023 |
| 1.2.5 | 401 | 2/16/2023 |
| 1.2.4 | 549 | 2/9/2023 |
| 1.2.3 | 573 | 12/5/2022 |
| 1.2.2 | 1,461 | 4/4/2022 |
| 1.2.1 | 730 | 3/17/2022 |
| 1.2.0 | 555 | 1/4/2022 |
| 1.1.11 | 605 | 8/22/2021 |
| 1.1.10 | 514 | 8/22/2021 |
| 1.1.9 | 639 | 3/18/2021 |
| 1.1.8 | 550 | 3/18/2021 |
| 1.1.7 | 560 | 3/16/2021 |
| 1.1.5 | 651 | 3/8/2021 |
| 1.1.4 | 614 | 3/5/2021 |
| 1.1.3 | 575 | 3/5/2021 |
| 1.1.2 | 558 | 3/5/2021 |
| 1.1.1 | 596 | 2/24/2021 |
| 1.1.0 | 588 | 2/23/2021 |
| 1.0.2 | 524 | 2/19/2021 |
| 1.0.1 | 558 | 2/19/2021 |
v1.2.1
- convert properties to virtual on BaseSyncEntityV2.
v1.2.0
- Add in IEntityV2 / BaseEntityV2 / BaseSyncEntityV2
v1.1.11
- Correct dumb versioning mistake.
v1.1.10
- Implemented the BaseEntity & BaseSyncEntity classes as interfaces and refactored to reflect.
v1.1.9:
- I've messed up versioning. gret.
v1.1.8:
- Added in byte[] extensions
v1.1.7:
- TODO:
v1.1.6
Testing release pipeline changes.
v1.1.5:
Added in EntityState.All
v1.1.4:
Added new property BaseSyncEntity.Loaded (DateTime?) to track the date time the record is "loaded" into the remote data store.
v1.1.3:
Added new EntityState to represent records that are already processing (syncing). Currently experiencing some "duplicate" sync instances because of the speed of the background services.
Added property BaseSyncEntity.LastSync (DateTime?)
v1.1.2:
Added EF.BaseSyncEntity and overrides to help facilitate record / entity sync between mobile client and remote database / api.
v1.1.1:
Added in StringExtension.Sanitize(Sanitize.Mode) to aid in sanitizing user or data input strings.
v1.1.0:
Refactored BaseEntity.Modified from Datatype of DateTime > DateTime? any dependencies using BaseEntity or its derivatives will need migrations to be run in order to ensure support for this change.