frendstasks-kalmarkommun - KalmarKommun.Datalager.Sort 0.0.2
Package Description
PM> Install-Package KalmarKommun.Datalager.Sort -Version 0.0.2 -Source https://www.myget.org/F/frendstasks-kalmarkommun/api/v3/index.json
> nuget.exe install KalmarKommun.Datalager.Sort -Version 0.0.2 -Source https://www.myget.org/F/frendstasks-kalmarkommun/api/v3/index.json
> dotnet add package KalmarKommun.Datalager.Sort --version 0.0.2 --source https://www.myget.org/F/frendstasks-kalmarkommun/api/v3/index.json
source https://www.myget.org/F/frendstasks-kalmarkommun/api/v3/index.json
nuget KalmarKommun.Datalager.Sort ~> 0.0.2
Copy to clipboard
> choco install KalmarKommun.Datalager.Sort --version 0.0.2 --source https://www.myget.org/F/frendstasks-kalmarkommun/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "frendstasks-kalmarkommun" -SourceLocation "https://www.myget.org/F/frendstasks-kalmarkommun/api/v2"
Install-Module -Name "KalmarKommun.Datalager.Sort" -RequiredVersion "0.0.2" -Repository "frendstasks-kalmarkommun"
Copy to clipboard
Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/frendstasks-kalmarkommun/symbols/
FrendsTask_KalmarKommun.Datalager.Sort
Frends task for sorting lists of dictionaries.
Installing
You can install the task via Frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frendstasks-kalmarkommun/api/v3/index.json and in Gallery view in MyGet https://www.myget.org/feed/frendstasks-kalmarkommun/package/nuget/KalmarKommun.Datalager.Sort.
Tasks
Sort
Task for sorting a list of dicitionaries, based on the values of a key from the dictionaries.
Properties
| Property | Type | Description | Example |
|---|---|---|---|
| ListToSort | List<Dictionary<string, string>> |
List of dictionaries to sort. | [ { { "season", "autum-2023" }, { "month", "october" } } ] |
| Key | string |
Key of values in dictionaries to sort by. | "season" |
Returns
The list: ListToSort, sorted.
| Type | Description | Example |
|---|---|---|
List<Dictionary<string, string>> |
Sorted list of dictionaries. | [ { { "season", "autum-2023" }, { "month", "october" } } ] |
Building
Clone a copy of the repository:
git clone https://github.com/krukle/FrendsTask_KalmarKommun.Datalager.Sort
Rebuild the project:
dotnet build
Run tests:
dotnet test
Create a NuGet package:
dotnet pack --configuration Release
Contributing
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- Fork the repository on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
-
.NETFramework 4.7.1
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 4.7.0)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 4.7.0)
- .NETFramework 4.7.1: 4.7.1.0
- .NETStandard 2.0: 2.0.0.0
| Assembly | Assembly hash | Match |
|---|---|---|
| /lib/net471/kalmarkommun.datalager.sort.dll | 939eedff3ed2458883b7c203f2d4b808FFFFFFFF | |
| /lib/netstandard2.0/kalmarkommun.datalager.sort.dll | c6bd75a77bcc423dbeec18da28516513FFFFFFFF |
Ownerskrukle |
Authorschei100 |
Project URLhttps://github.com/krukle/FrendsTask_KalmarKommun.Datalager.Sort/ |
LicenseUnknown |
TagsFrends |
Info47 total downloads |
| 6 downloads for version 0.0.2 |
| Download (8.72 KB) |
| Download legacy symbols (16.78 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0 | 8.42 KB | Fri, 04 Aug 2023 11:48:08 GMT | 8 |
|
||
|
|
0.0.5 | 8.43 KB | Fri, 04 Aug 2023 11:38:33 GMT | 6 |
|
||
|
|
0.0.4 | 8.17 KB | Fri, 04 Aug 2023 11:02:38 GMT | 8 |
|
||
|
|
0.0.3 | 8.59 KB | Fri, 04 Aug 2023 07:50:08 GMT | 9 |
|
||
|
|
0.0.2 | 8.72 KB | Fri, 04 Aug 2023 07:24:44 GMT | 6 |
|
||
|
|
0.0.1 | 8.01 KB | Fri, 04 Aug 2023 06:17:26 GMT | 10 |
|