From 3c8d5137ff0d673a7cff3e00aaa6ec2f1a34da80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Mar 2024 22:57:47 +0100 Subject: [PATCH] Init --- .gitignore | 553 +++++++++++++++++++++++++++++++++++++++++++++++ LICENSE.txt | 21 ++ nuget.config | 7 + package-icon.png | Bin 0 -> 3532 bytes 4 files changed, 581 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.txt create mode 100644 nuget.config create mode 100644 package-icon.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0443cdf --- /dev/null +++ b/.gitignore @@ -0,0 +1,553 @@ +### ASPNETCore ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +project.fragment.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/ + +### DotnetCore ### +# .NET Core build folders +bin/ +obj/ + +# Common node modules locations +/node_modules +/wwwroot/node_modules + +### Linux ### + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +### VisualStudio ### +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser + +# User-specific files (MonoDevelop/Xamarin Studio) + +# Mono auto generated files +mono_crash.* + +# Build results +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +# Uncomment if you have tasks that create the project's static files in wwwroot + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results + +# NUnit +nunit-*.xml + +# Build Results of an ATL Project + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_h.h +*.iobj +*.ipdb +*_wpftmp.csproj +*.tlog + +# Visual Studio Trace Files +*.e2e + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Publish Web Output +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted + +# NuGet Packages +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files + +# Windows Store app package directories and files +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) + +# RIA/Silverlight projects + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.ndf + +# Business Intelligence projects +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +*.code-workspace diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..3daebdd --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) Andreas Müller + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..e219de2 --- /dev/null +++ b/nuget.config @@ -0,0 +1,7 @@ + + + + + + + diff --git a/package-icon.png b/package-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..22dc725212b6db2317868cf7b104a119e684aa1f GIT binary patch literal 3532 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