StatiqExtensions.WellKnown 0.1.0-alpha0002

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

// Install StatiqExtensions.WellKnown as a Cake Tool
#tool nuget:?package=StatiqExtensions.WellKnown&version=0.1.0-alpha0002&prerelease

StatiqExtensions.WellKnown

standard-readme compliant Contributor Covenant Build Codecov Report NuGet package

A set of Statiq helpers to create files in .well-known/

Table of Contents

Install

dotnet add package StatiqExtensions.WellKnown

Usage

Example:

await Bootstrapper
    .Factory
    .CreateWeb(args)
    .AddSetting(SettingKeys.WebFingerAlias.FromTemplate, "@nils_andresen@mastodon.social")
    .AddPipeline<WellKnownFolderPipeline>()
    .RunAsync();

WebFinger

To creates a WebFinger file that contains static content and "redirects" to a real account in the fediverse, use one of the following settings:

  • WebFingerAliasFromTemplate: Set this to a fediverse handle and the content of the webFinger-file will be generated from an internal template.
  • WebFingerAliasStaticResult: Set this to the full content of the webFinger-file. This setting takes precedence over WebFingerAliasFromTemplate.

MicrosoftIdentityAssociation

To create a microsoft-identity-association.json file, use the setting below:

  • MicrosoftIdentityAssociation.ApplicationId: Set this to an application-id or a list of application-ids.

Maintainer

Nils Andresen @nils-a

Contributing

StatiqExtensions.WellKnown follows the Contributor Covenant Code of Conduct.

We accept Pull Requests.

Small note: If editing the Readme, please conform to the standard-readme specification.

This project follows the [all-contributors][] specification. Contributions of any kind welcome!

License

MIT License © Nils Andresen

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.1.1 165 8/24/2023
0.1.0 87 8/24/2023
0.1.0-alpha0002 119 1/23/2023
0.1.0-alpha0001 115 12/4/2022