DataJuggler.Core.UltimateHelper
1.3.11
See the version list below for details.
dotnet add package DataJuggler.Core.UltimateHelper --version 1.3.11
NuGet\Install-Package DataJuggler.Core.UltimateHelper -Version 1.3.11
<PackageReference Include="DataJuggler.Core.UltimateHelper" Version="1.3.11" />
paket add DataJuggler.Core.UltimateHelper --version 1.3.11
#r "nuget: DataJuggler.Core.UltimateHelper, 1.3.11"
// Install DataJuggler.Core.UltimateHelper as a Cake Addin #addin nuget:?package=DataJuggler.Core.UltimateHelper&version=1.3.11 // Install DataJuggler.Core.UltimateHelper as a Cake Tool #tool nuget:?package=DataJuggler.Core.UltimateHelper&version=1.3.11
Yesterday some 'Expert' in cryptography made updates to the project that broke the functionality the project is designed for.
Specifically, Errors are meant to be trapped with this component, he felt they should be raised.
Second, his approach created a different password every time, not at all what I use this component for. I create a Password Hash and store that in the database, I do not ever store passwords. So his 'Expert' method would have required I store full text passwords.
Never ever open your mouth is the moral to the story, and stay away from Stack Overflow; rudest people I have ever met next to Redditors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on DataJuggler.Core.UltimateHelper:
Package | Downloads |
---|---|
DataJuggler.Net
Advanced code generation for C# developers. DataJuggler.Net reads SQL Server database schema, and powers DataTier.Net and DBCompare and other projects. |
|
DataJuggler.Net.Cryptography
This package is a port of DataJuggler.Core.Cryptography for dot net core. It uses using Konscious.Security.Cryptography.Argon2 by Keef Aragaon. |
|
XmlMirror.Runtime
This is the runtime file for XmlMirror. The project home is https://github.com/DataJuggler/SharedRepo. This file must be deployed with any Xml Mirror project that involves parsers and / or writers. |
|
DataJuggler.PixelDatabase.Net
PixelDatabase is a List of PixelInformation objects, that you can use LINQ expressions or Bitmap Query Language expressions to update images. |
|
DataJuggler.Tutorials.PasswordVault
This project contains a demo form and control used for a tutorial video. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.7.1 | 248 | 7/30/2023 |
1.7.0 | 153 | 7/30/2023 |
1.6.0 | 3,775 | 2/19/2022 |
1.5.0 | 11,677 | 1/9/2020 |
1.4.10 | 587 | 12/20/2019 |
1.4.9 | 582 | 12/19/2019 |
1.4.8 | 587 | 12/18/2019 |
1.4.7 | 610 | 12/18/2019 |
1.4.6 | 613 | 12/11/2019 |
1.4.5 | 623 | 12/6/2019 |
1.4.4 | 605 | 12/6/2019 |
1.4.3 | 620 | 12/5/2019 |
1.4.2 | 643 | 12/5/2019 |
1.4.1 | 597 | 12/5/2019 |
1.3.11 | 1,110 | 12/4/2019 |
1.3.10 | 568 | 12/4/2019 |
1.3.9 | 764 | 9/29/2019 |
1.3.8 | 593 | 9/29/2019 |
1.3.6 | 1,892 | 9/19/2019 |
1.3.5 | 3,255 | 8/21/2019 |
1.3.4 | 918 | 8/12/2019 |
1.3.3 | 3,186 | 8/2/2019 |
1.3.2 | 1,614 | 6/2/2019 |
1.3.1 | 679 | 6/2/2019 |
1.3.0 | 2,294 | 5/27/2019 |
1.1.0 | 1,615 | 1/12/2015 |
I fixed a bug with the Recursive Search. I should have tested the method GetFilesRecursively one time, but now that I fixed a bug it works really well.