This library provides a set of F# helpers for string manipulations, logging, collection data structures, file operations, text processing, security, async, parsing, diagnostics, configuration files and Json serialization.
Перейти к файлу
dependabot[bot] d294cf1285 Bump Microsoft.Rest.ClientRuntime in /FSharpLu.Azure
Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.20 to 2.3.24.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/commits/Microsoft.Rest.ClientRuntime_2.3.24)

---
updated-dependencies:
- dependency-name: Microsoft.Rest.ClientRuntime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 09:16:35 -07:00
.github/workflows Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
.nuget PR 702: Refactoring for GitHub OSS 2016-07-26 15:59:01 -07:00
FSharpLu Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /FSharpLu 2022-06-23 12:46:55 -07:00
FSharpLu.Azure Bump Microsoft.Rest.ClientRuntime in /FSharpLu.Azure 2024-04-17 09:16:35 -07:00
FSharpLu.Azure.Test Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
FSharpLu.Json Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
FSharpLu.Tests Fix race in test `CompeteWithThreadingObject when semaphore wins` 2022-06-23 12:46:55 -07:00
FSharpLu.Windows Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
FSharpLu.Windows.Sample Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
scripts New release and extract version from RELEASENOTES.md (#78) 2019-07-24 14:50:31 -07:00
.gitattributes Promote changes from private utility project into FSharp.Lu 2019-07-13 00:48:31 -07:00
.gitignore Refactoring of StateAgent and QueuingHandler 2019-08-14 17:56:08 -07:00
Directory.Build.props Refactor and generalize state machine-based Queue Request Processor 2019-07-31 11:19:37 -07:00
FSharpLu.Json.md Update Readme and move documentation to github Wiki 2016-07-26 15:59:06 -07:00
FSharpLu.sln Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
LICENSE.MD more Json doc, add THIRDPARTYNOTICE and LICENSE from LCA 2016-07-26 15:59:05 -07:00
README.md Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00
RELEASENOTES.md Tag release after version number (#104) 2021-06-23 17:38:46 -07:00
SECURITY.md Microsoft mandatory file 2022-06-23 11:36:26 -07:00
THIRDPARTYNOTICE.md more Json doc, add THIRDPARTYNOTICE and LICENSE from LCA 2016-07-26 15:59:05 -07:00
fsharplint.json fslint styling 2019-08-14 17:56:08 -07:00
fsharplu-nuget.md Create fsharplu.windows-nuget.md Update fsharplu.json-nuget.md Create fsharplu-nuget.md 2019-03-19 15:33:04 -07:00
fsharplu.azure-nuget.md CI YAML fix and nuget copyright for Azure module (#75) 2019-07-20 13:33:09 -07:00
fsharplu.json-nuget.md Create fsharplu.windows-nuget.md Update fsharplu.json-nuget.md Create fsharplu-nuget.md 2019-03-19 15:33:04 -07:00
fsharplu.windows-nuget.md Create fsharplu.windows-nuget.md Update fsharplu.json-nuget.md Create fsharplu-nuget.md 2019-03-19 15:33:04 -07:00
fslu_esrprequest.inf Create a release on github and push to Nuget 2019-06-07 15:31:55 -07:00
msft-StrongName.pub Add VSTS pipeline yml file to build, test, package and sign the nuget packages 2018-06-11 11:23:28 -07:00
pipeline-CI.yml Fix Azure pipeline conditional template 2019-08-16 19:17:05 -07:00
pipeline-sign.yml Tag release after version number (#104) 2021-06-23 17:38:46 -07:00
pipeline-signrelease.yml Fix Azure pipeline conditional template 2019-08-16 19:17:05 -07:00
pipeline-template-build-test-sign.yml Upgrade to net60, remove net462 and netcoreapp3.0 targets 2022-06-23 11:07:08 -07:00

README.md

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. module FSharpLu.Text or FSharpLu.Parsing) whereas some provide additional features (e.g. Json serialization in module FSharpLu.Json).

Build status

Branch Status
main Build Status GitHub Action CI

Build requirements

To build project run dotnet build under the top-level directory or run the script scripts\build.ps1.

Documentation

For the documentation please visit the Wiki

License

MIT

Packages

  • FSharpLu: The core set of utilities
  • FSharpLu.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 functions
  • FSharpLu.Azure: Azure Resource Manager helpers
  • Test libraries FSharpLu.*.Tests: Unit tests for a specific module

FSharpLu 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.