Bump Microsoft.Rest.ClientRuntime in /FSharpLu.Azure
Bumps Microsoft.Rest.ClientRuntime from 2.3.20 to 2.3.24.
updated-dependencies:
- dependency-name: Microsoft.Rest.ClientRuntime dependency-type: direct:production …
Signed-off-by: dependabot[bot] support@github.com
FSharpLu F# library
This library provides F# lightweight utilities for string manipulations, logging, collection data structures, file operations, text processing, security, async, parsing, diagnostics, configuration files and Json serialization.
This is by no means a full-fledged utility library for F#, but rather a small collection of utilities and other thin wrappers accumulated throughout the development of various internal projects at Microsoft and meant to facilitate development with the .Net framework using the F# programming language.
Some of the provided utilities are just thin
let-bindings wrappers around existing .Net libraries (e.g. moduleFSharpLu.TextorFSharpLu.Parsing) whereas some provide additional features (e.g. Json serialization in moduleFSharpLu.Json).Build status
Build requirements
F# compiler. See https://fsharp.org/use/Windows and https://fsharp.org/use/linux/
Install .NET Core SDK 6.0 from https://dotnet.microsoft.com/download/visual-studio-sdks.
To build project run
dotnet buildunder the top-level directory or run the scriptscripts\build.ps1.Documentation
For the documentation please visit the Wiki
License
MIT
Packages
FSharpLu: The core set of utilitiesFSharpLu.Json: Json serialization of F# data types implemented as JSon.Net converters and providing more succinct serialization for option types and discriminate unions.FSharpLu.Windows: Windows-specific utility functionsFSharpLu.Azure: Azure Resource Manager helpersFSharpLu.*.Tests: Unit tests for a specific moduleFSharpLu modules
Here is a list of helper modules provided by FSharpLu.
Main module
Json
Azure
Windows
Microsoft Open Source Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.