IOFlextils 1.2.3
See the version list below for details.
dotnet add package IOFlextils --version 1.2.3
NuGet\Install-Package IOFlextils -Version 1.2.3
<PackageReference Include="IOFlextils" Version="1.2.3" />
<PackageVersion Include="IOFlextils" Version="1.2.3" />
<PackageReference Include="IOFlextils" />
paket add IOFlextils --version 1.2.3
#r "nuget: IOFlextils, 1.2.3"
#:package IOFlextils@1.2.3
#addin nuget:?package=IOFlextils&version=1.2.3
#tool nuget:?package=IOFlextils&version=1.2.3
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 | 869 | 2/16/2023 |
1.2.5 | 335 | 2/16/2023 |
1.2.4 | 489 | 2/9/2023 |
1.2.3 | 504 | 12/5/2022 |
1.2.2 | 1,344 | 4/4/2022 |
1.2.1 | 654 | 3/17/2022 |
1.2.0 | 482 | 1/4/2022 |
1.1.11 | 534 | 8/22/2021 |
1.1.10 | 439 | 8/22/2021 |
1.1.9 | 559 | 3/18/2021 |
1.1.8 | 467 | 3/18/2021 |
1.1.7 | 483 | 3/16/2021 |
1.1.5 | 572 | 3/8/2021 |
1.1.4 | 532 | 3/5/2021 |
1.1.3 | 493 | 3/5/2021 |
1.1.2 | 478 | 3/5/2021 |
1.1.1 | 517 | 2/24/2021 |
1.1.0 | 508 | 2/23/2021 |
1.0.2 | 443 | 2/19/2021 |
1.0.1 | 477 | 2/19/2021 |
1.0.0 | 492 | 2/17/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.