Udap.Metadata.Server 0.0.2-preview002

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.2-preview002
                    
NuGet\Install-Package Udap.Metadata.Server -Version 0.0.2-preview002
                    
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.2-preview002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Udap.Metadata.Server" Version="0.0.2-preview002" />
                    
Directory.Packages.props
<PackageReference Include="Udap.Metadata.Server" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Udap.Metadata.Server --version 0.0.2-preview002
                    
#r "nuget: Udap.Metadata.Server, 0.0.2-preview002"
                    
#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.
#:package Udap.Metadata.Server@0.0.2-preview002
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Udap.Metadata.Server&version=0.0.2-preview002&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Udap.Metadata.Server&version=0.0.2-preview002&prerelease
                    
Install as a Cake Tool

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.5.16 164 10/13/2025
0.5.15 160 10/12/2025
0.5.14 78 10/10/2025
0.5.13 99 10/10/2025
0.5.12 103 10/10/2025
0.5.11 105 10/10/2025
0.5.10 175 9/14/2025
0.5.9 175 8/19/2025
0.5.8 170 8/18/2025
0.5.7 183 8/8/2025
0.5.5 167 7/15/2025
0.5.4 174 7/14/2025
0.5.3 130 7/11/2025
0.5.2 174 7/10/2025
0.5.1 170 7/9/2025
0.5.0 159 7/6/2025
0.4.12 112 7/5/2025
0.4.11 289 6/13/2025
0.4.10 323 6/12/2025
0.4.9 327 6/12/2025
0.4.8 180 6/3/2025
0.4.7 248 4/18/2025
0.4.6 359 3/17/2025
0.4.5 462 3/4/2025
0.4.4 218 1/15/2025
0.4.3 160 1/14/2025
0.4.2 172 1/14/2025
0.4.1 277 1/13/2025
0.4.0 203 12/14/2024
0.3.96 223 11/6/2024
0.3.95 157 11/2/2024
0.3.94 158 10/31/2024
0.3.93 341 10/13/2024
0.3.92 161 10/13/2024
0.3.91 157 10/10/2024
0.3.89 151 10/10/2024
0.3.87 145 10/5/2024
0.3.86 164 10/5/2024
0.3.85 158 10/4/2024
0.3.84 165 10/3/2024
0.3.83 165 10/3/2024
0.3.82 183 9/20/2024
0.3.81 174 9/19/2024
0.3.80 160 9/19/2024
0.3.79 164 9/19/2024
0.3.78 153 9/19/2024
0.3.77 158 9/17/2024
0.3.76 153 9/17/2024
0.3.75 165 9/12/2024
0.3.74 181 9/12/2024
0.3.73 178 9/10/2024
0.3.72 167 9/7/2024
0.3.71 182 9/5/2024
0.3.70 176 9/5/2024
0.3.69 181 9/5/2024
0.3.68 176 9/4/2024
0.3.67 159 9/4/2024
0.3.66 168 9/4/2024
0.3.65 176 9/4/2024
0.3.64 177 9/2/2024
0.3.63 171 8/31/2024
0.3.62 162 8/29/2024
0.3.61 167 8/28/2024
0.3.60 147 8/2/2024
0.3.59 156 8/1/2024
0.3.58 156 8/1/2024
0.3.57 172 7/19/2024
0.3.56 164 7/19/2024
0.3.54 174 7/18/2024
0.3.53 170 7/15/2024
0.3.52 160 7/15/2024
0.3.51 173 7/12/2024
0.3.50 175 7/1/2024
0.3.49 172 7/1/2024
0.3.48 208 5/22/2024
0.3.47 181 5/15/2024
0.3.46 162 5/14/2024
0.3.45 166 5/12/2024
0.3.44 171 5/12/2024
0.3.43 162 5/12/2024
0.3.42 160 5/12/2024
0.3.41 189 5/6/2024
0.3.40 187 5/4/2024
0.3.39 156 5/1/2024
0.3.38 226 4/30/2024
0.3.37 171 4/11/2024
0.3.36 181 4/10/2024
0.3.35 174 4/9/2024
0.3.34 188 4/8/2024
0.3.33 185 4/7/2024
0.3.32 180 4/5/2024
0.3.31 174 4/4/2024
0.3.30 180 4/4/2024
0.3.29 173 4/3/2024
0.3.28 183 4/3/2024
0.3.27 169 4/2/2024
0.3.26 174 4/2/2024
0.3.25 170 4/2/2024
0.3.24 267 3/24/2024
0.3.22 210 3/6/2024
0.3.21 204 3/6/2024
0.3.20 177 3/5/2024
0.3.19 189 3/2/2024
0.3.18 194 3/2/2024
0.3.13 194 3/1/2024
0.3.12 169 2/24/2024
0.3.10 178 2/14/2024
0.3.8 186 2/11/2024
0.3.7 180 2/11/2024
0.3.6 168 2/10/2024
0.3.5 181 2/10/2024
0.3.4 167 2/10/2024
0.3.2 185 2/10/2024
0.3.0 187 1/31/2024
0.2.21 287 10/24/2023
0.2.20 150 10/23/2023
0.2.19 194 10/20/2023
0.2.18 187 10/11/2023
0.2.17 198 10/5/2023
0.2.16 168 9/21/2023
0.2.15 173 9/21/2023
0.2.14 178 9/20/2023
0.2.13 170 9/20/2023
0.2.12 178 9/20/2023
0.2.11 176 9/19/2023
0.2.10 183 9/13/2023
0.2.9 265 8/26/2023
0.2.8 211 8/18/2023
0.2.7 232 8/15/2023
0.2.6 229 8/12/2023
0.2.5 233 8/11/2023
0.2.4 228 8/10/2023
0.2.3 297 8/2/2023
0.2.2 288 8/1/2023
0.2.1 284 7/25/2023
0.2.0 295 7/16/2023
0.1.24 266 5/26/2023
0.1.23 292 5/22/2023
0.1.22 268 5/22/2023
0.1.21 293 5/21/2023
0.1.20 269 5/20/2023
0.1.17 234 5/9/2023
0.1.16 210 5/6/2023
0.1.15 243 5/4/2023
0.1.14 252 5/2/2023
0.1.12 239 5/1/2023
0.1.11 235 4/29/2023
0.1.9 258 4/29/2023
0.1.8 243 4/29/2023
0.1.7 246 4/28/2023
0.1.6 239 4/27/2023
0.1.5 236 4/27/2023
0.1.4 247 4/25/2023
0.1.3 263 4/23/2023
0.1.2 253 4/22/2023
0.1.1 271 4/22/2023
0.0.4-preview040 223 4/21/2023
0.0.4-preview039 218 4/13/2023
0.0.4-preview038 215 4/11/2023
0.0.4-preview037 221 4/7/2023
0.0.4-preview036 214 3/31/2023
0.0.4-preview035 222 3/31/2023
0.0.4-preview034 217 3/31/2023
0.0.4-preview033 214 3/30/2023
0.0.4-preview032 277 3/19/2023
0.0.4-preview029 218 3/18/2023
0.0.4-preview028 217 3/15/2023
0.0.4-preview027 214 3/13/2023
0.0.4-preview026 198 3/12/2023
0.0.4-preview025 199 3/10/2023
0.0.4-preview024 225 3/9/2023
0.0.4-preview022 229 3/9/2023
0.0.4-preview021 226 3/7/2023
0.0.4-preview020 215 3/7/2023
0.0.4-preview019 215 3/4/2023
0.0.4-preview018 220 3/4/2023
0.0.4-preview017 220 3/4/2023
0.0.4-preview016 224 3/1/2023
0.0.4-preview015 220 2/28/2023
0.0.4-preview014 230 2/23/2023
0.0.4-preview013 221 2/23/2023
0.0.4-preview012 239 2/21/2023
0.0.4-preview011 232 2/20/2023
0.0.4-preview010 221 2/20/2023
0.0.4-preview009 225 2/19/2023
0.0.4-preview008 224 2/14/2023
0.0.4-preview007 210 2/10/2023
0.0.4-preview006 223 2/8/2023
0.0.4-preview005 222 2/8/2023
0.0.4-preview004 228 2/7/2023
0.0.4-preview003 219 2/7/2023
0.0.4-preview002 201 2/7/2023
0.0.4-preview001 220 2/3/2023
0.0.4-preview000 247 2/2/2023
0.0.3-preview032 231 2/1/2023
0.0.3-preview031 235 2/1/2023
0.0.3-preview030 235 1/30/2023
0.0.3-preview029 237 1/21/2023
0.0.3-preview028 244 1/19/2023
0.0.3-preview027 225 1/18/2023
0.0.3-preview026 228 1/16/2023
0.0.3-preview025 233 1/15/2023
0.0.3-preview024 227 1/15/2023
0.0.3-preview020 234 1/15/2023
0.0.3-preview019 244 1/11/2023
0.0.3-preview018 233 1/11/2023
0.0.3-preview017 234 1/7/2023
0.0.3-preview016 235 1/7/2023
0.0.3-preview015 234 1/6/2023
0.0.3-preview014 239 1/6/2023
0.0.3-preview013 228 1/6/2023
0.0.3-preview012 228 1/6/2023
0.0.3-preview011 229 1/6/2023
0.0.3-preview010 232 1/3/2023
0.0.3-preview009 235 1/3/2023
0.0.3-preview008 250 1/2/2023
0.0.3-preview007 243 1/2/2023
0.0.3-preview006 232 1/2/2023
0.0.3-preview005 225 1/2/2023
0.0.3-preview004 233 1/1/2023
0.0.3-preview003 223 12/31/2022
0.0.3-preview002 265 12/28/2022
0.0.3-preview001 259 12/21/2022
0.0.3-preview000 228 11/29/2022
0.0.2-preview003 238 11/4/2022
0.0.2-preview002 227 11/4/2022
0.0.2-preview000 267 11/4/2022
0.0.1-preview3373625764 269 11/1/2022
0.0.1-preview002 264 11/4/2022
0.0.1-preview001 264 11/4/2022