AryxDevLibrary 1.0.3.204

There is a newer version of this package available.
See the version list below for details.
dotnet add package AryxDevLibrary --version 1.0.3.204
NuGet\Install-Package AryxDevLibrary -Version 1.0.3.204
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="AryxDevLibrary" Version="1.0.3.204" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AryxDevLibrary --version 1.0.3.204
#r "nuget: AryxDevLibrary, 1.0.3.204"
#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.
// Install AryxDevLibrary as a Cake Addin
#addin nuget:?package=AryxDevLibrary&version=1.0.3.204

// Install AryxDevLibrary as a Cake Tool
#tool nuget:?package=AryxDevLibrary&version=1.0.3.204

AryxDevLibrary :

ReflexionUtils : Nouvelle classe utile. Fournit des méthodes pour la réflexivité des objets. SettingsObjectMapper : Permets de charger et d'enregistrer (de mapper) les paramètres de l'application avec une classe personnalisée, contenant les paramètres comme propriétés. Cela facilite leurs utilisations dans un mode POO. Pour les paramètres/propriétés de types non statiques et personnalisés, utilisez une classe héritant de TypeConverter et surchargez les méthodes CanConvertFrom, ConvertFrom et ConvertTo. Enfin la classe du type personnalisé, ajoutez l'annotation : [TypeConverter(typeof(MaClasseConverter))][SettingsSerializeAs(SettingsSerializeAs.String)]

FileUtils : Correction de signature sur la méthode ShowFileInWindowsExplorer. MiscUtils : Ajout de la méthode externe LockWorkStation, pour appeler le verrouillage de la session .Windows. StringUtils : Ajout de la méthode RandomString pour générer des chaines avec des un jeu de caractères et une longueur définie. Ajout de CsvStringContains afin de chercher un élément dans une ligne où les éléments sont séparés par un caractère. XmlUtils : Ajout de deux méthodes (CreateAndSetValue et CreateSetValueAndAppendTo) afin de faciliter l'ajout d'éléments XML.

==================

AryxDevLibrary :

ReflexionUtils: New utils class. Provides methods for the reflexivity on objects. SettingsObjectMapper: Allows you to load and save (map) the application settings with a custom class, containing the settings as properties. This makes it easier to use them in POO mode. For non-static and custom type parameters/properties, use a class inheriting from TypeConverter and override the methods CanConvertFrom, ConvertFrom and ConvertTo. Then add in the custom type class, the annotation:[TypeConverter(typeof(MaClasseConverter))][SettingsSerializeAs(SettingsSerializeAs.String)]

FileUtils: Signature on the method ShowFileInWindowsExplorer fixed. MiscUtils: Added the LockWorkStation external method, to call the session lock. StringUtils: Added RandomString method to generate strings with a character set and a defined length. Added CsvStringContains to search for an element in a line where the elements are separated by a character. XmlUtils: Added two methods (CreateAndSetValue and CreateSetValueAndAndAppendTo) to make it easier to add XML elements.

Translated with www.DeepL.com/Translator

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6.263 303 1/7/2022
1.0.6.91 317 7/18/2021
1.0.6.90 376 7/18/2021
1.0.6.17 348 5/6/2021
1.0.6.2 317 4/21/2021
1.0.5.20 499 5/9/2020
1.0.5.17 449 5/6/2020
1.0.4.331 498 3/16/2020
1.0.3.231 722 4/20/2019
1.0.3.204 754 11/10/2018
1.0.3.117 864 8/15/2018
1.0.3.99 860 7/28/2018
1.0.3.79 933 7/8/2018
1.0.2.360 1,116 4/15/2018
1.0.2.339 994 3/25/2018
1.0.2.338 1,001 3/24/2018
1.0.1.659 963 2/8/2018
1.0.1.658 980 2/7/2018
1.0.1.656 981 2/5/2018

## ReflexionUtils: New utils class. Provides methods for the reflexivity on objects.
## SettingsObjectMapper: Allows you to load and save (map) the application settings with a custom class, containing the settings as properties. This makes it easier to use them in POO mode. For non-static and custom type parameters/properties, use a class inheriting from TypeConverter and override the methods CanConvertFrom, ConvertFrom and ConvertTo. Then add in the custom type class, the annotation:[TypeConverter(typeof(MaClasseConverter))][SettingsSerializeAs(SettingsSerializeAs.String)]
## FileUtils: Signature on the method ShowFileInWindowsExplorer fixed.
## MiscUtils: Added the LockWorkStation external method, to call the session lock.
## StringUtils: Added RandomString method to generate strings with a character set and a defined length. Added CsvStringContains to search for an element in a line where the elements are separated by a character.
## XmlUtils: Added two methods (CreateAndSetValue and CreateSetValueAndAndAppendTo) to make it easier to add XML elements.