Udap.Metadata.Server 0.0.4-preview022

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

// Install Udap.Metadata.Server as a Cake Tool
#tool nuget:?package=Udap.Metadata.Server&version=0.0.4-preview022&prerelease

Udap.Metadata.Server

UDAP logo

📦 This package

This package includes a MVC controller, an extension method to load, and an implementation if ICertificateStore as FileCertificateStore so you can get a sample up and running quickly.

Program.cs could be as easy as this example.


using Udap.Common;
using Udap.Metadata.Server;

var builder = WebApplication.CreateBuilder(args);
builder.Services
    .AddControllers()
    .UseUdapMetaDataServer(builder.Configuration);

builder.Services.AddSingleton<ICertificateStore, MyCustomCertificateStore>();

For a full example of using the FileCertificateStore with real generated certificates from your own developer box, follow the instruction in the home README.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Udap.Metadata.Server:

Package Downloads
Udap.Metadata.Vonk.Server

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.48 85 5/22/2024
0.3.47 89 5/15/2024
0.3.46 69 5/14/2024
0.3.45 75 5/12/2024
0.3.44 72 5/12/2024
0.3.43 78 5/12/2024
0.3.42 67 5/12/2024
0.3.41 95 5/6/2024
0.3.40 103 5/4/2024
0.3.39 67 5/1/2024
0.3.38 84 4/30/2024
0.3.37 77 4/11/2024
0.3.36 87 4/10/2024
0.3.35 84 4/9/2024
0.3.34 87 4/8/2024
0.3.33 92 4/7/2024
0.3.32 98 4/5/2024
0.3.31 84 4/4/2024
0.3.30 86 4/4/2024
0.3.29 82 4/3/2024
0.3.28 85 4/3/2024
0.3.27 82 4/2/2024
0.3.26 77 4/2/2024
0.3.25 78 4/2/2024
0.3.24 152 3/24/2024
0.3.22 129 3/6/2024
0.3.21 107 3/6/2024
0.3.20 89 3/5/2024
0.3.19 89 3/2/2024
0.3.18 95 3/2/2024
0.3.13 90 3/1/2024
0.3.12 80 2/24/2024
0.3.10 84 2/14/2024
0.3.8 97 2/11/2024
0.3.7 86 2/11/2024
0.3.6 87 2/10/2024
0.3.5 95 2/10/2024
0.3.4 88 2/10/2024
0.3.2 93 2/10/2024
0.3.0 96 1/31/2024
0.2.21 202 10/24/2023
0.2.20 84 10/23/2023
0.2.19 105 10/20/2023
0.2.18 125 10/11/2023
0.2.17 115 10/5/2023
0.2.16 94 9/21/2023
0.2.15 95 9/21/2023
0.2.14 97 9/20/2023
0.2.13 100 9/20/2023
0.2.12 97 9/20/2023
0.2.11 93 9/19/2023
0.2.10 110 9/13/2023
0.2.9 170 8/26/2023
0.2.8 115 8/18/2023
0.2.7 135 8/15/2023
0.2.6 135 8/12/2023
0.2.5 134 8/11/2023
0.2.4 126 8/10/2023
0.2.3 176 8/2/2023
0.2.2 166 8/1/2023
0.2.1 151 7/25/2023
0.2.0 188 7/16/2023
0.1.24 135 5/26/2023
0.1.23 148 5/22/2023
0.1.22 136 5/22/2023
0.1.21 158 5/21/2023
0.1.20 140 5/20/2023
0.1.17 122 5/9/2023
0.1.16 111 5/6/2023
0.1.15 122 5/4/2023
0.1.14 144 5/2/2023
0.1.12 125 5/1/2023
0.1.11 125 4/29/2023
0.1.9 135 4/29/2023
0.1.8 131 4/29/2023
0.1.7 133 4/28/2023
0.1.6 127 4/27/2023
0.1.5 122 4/27/2023
0.1.4 128 4/25/2023
0.1.3 142 4/23/2023
0.1.2 137 4/22/2023
0.1.1 157 4/22/2023
0.0.4-preview040 103 4/21/2023
0.0.4-preview039 102 4/13/2023
0.0.4-preview038 102 4/11/2023
0.0.4-preview037 105 4/7/2023
0.0.4-preview036 109 3/31/2023
0.0.4-preview035 98 3/31/2023
0.0.4-preview034 101 3/31/2023
0.0.4-preview033 101 3/30/2023
0.0.4-preview032 162 3/19/2023
0.0.4-preview029 121 3/18/2023
0.0.4-preview028 105 3/15/2023
0.0.4-preview027 107 3/13/2023
0.0.4-preview026 80 3/12/2023
0.0.4-preview025 95 3/10/2023
0.0.4-preview024 97 3/9/2023
0.0.4-preview022 120 3/9/2023
0.0.4-preview021 113 3/7/2023
0.0.4-preview020 107 3/7/2023
0.0.4-preview019 106 3/4/2023
0.0.4-preview018 108 3/4/2023
0.0.4-preview017 108 3/4/2023
0.0.4-preview016 117 3/1/2023
0.0.4-preview015 106 2/28/2023
0.0.4-preview014 115 2/23/2023
0.0.4-preview013 111 2/23/2023
0.0.4-preview012 124 2/21/2023
0.0.4-preview011 108 2/20/2023
0.0.4-preview010 109 2/20/2023
0.0.4-preview009 112 2/19/2023
0.0.4-preview008 108 2/14/2023
0.0.4-preview007 102 2/10/2023
0.0.4-preview006 110 2/8/2023
0.0.4-preview005 108 2/8/2023
0.0.4-preview004 116 2/7/2023
0.0.4-preview003 104 2/7/2023
0.0.4-preview002 89 2/7/2023
0.0.4-preview001 106 2/3/2023
0.0.4-preview000 118 2/2/2023
0.0.3-preview032 119 2/1/2023
0.0.3-preview031 112 2/1/2023
0.0.3-preview030 125 1/30/2023
0.0.3-preview029 119 1/21/2023
0.0.3-preview028 116 1/19/2023
0.0.3-preview027 112 1/18/2023
0.0.3-preview026 115 1/16/2023
0.0.3-preview025 122 1/15/2023
0.0.3-preview024 123 1/15/2023
0.0.3-preview020 113 1/15/2023
0.0.3-preview019 137 1/11/2023
0.0.3-preview018 120 1/11/2023
0.0.3-preview017 118 1/7/2023
0.0.3-preview016 112 1/7/2023
0.0.3-preview015 120 1/6/2023
0.0.3-preview014 115 1/6/2023
0.0.3-preview013 116 1/6/2023
0.0.3-preview012 115 1/6/2023
0.0.3-preview011 115 1/6/2023
0.0.3-preview010 118 1/3/2023
0.0.3-preview009 121 1/3/2023
0.0.3-preview008 130 1/2/2023
0.0.3-preview007 126 1/2/2023
0.0.3-preview006 114 1/2/2023
0.0.3-preview005 107 1/2/2023
0.0.3-preview004 112 1/1/2023
0.0.3-preview003 109 12/31/2022
0.0.3-preview002 149 12/28/2022
0.0.3-preview001 137 12/21/2022
0.0.3-preview000 116 11/29/2022
0.0.2-preview003 114 11/4/2022
0.0.2-preview002 119 11/4/2022
0.0.2-preview000 141 11/4/2022
0.0.1-preview3373625764 134 11/1/2022
0.0.1-preview002 146 11/4/2022
0.0.1-preview001 144 11/4/2022