appSettingsEditor 2021.3.21.1100
See the version list below for details.
dotnet add package appSettingsEditor --version 2021.3.21.1100
NuGet\Install-Package appSettingsEditor -Version 2021.3.21.1100
<PackageReference Include="appSettingsEditor" Version="2021.3.21.1100" />
paket add appSettingsEditor --version 2021.3.21.1100
#r "nuget: appSettingsEditor, 2021.3.21.1100"
// Install appSettingsEditor as a Cake Addin #addin nuget:?package=appSettingsEditor&version=2021.3.21.1100 // Install appSettingsEditor as a Cake Tool #tool nuget:?package=appSettingsEditor&version=2021.3.21.1100
** C# 9.0 ONLY **
Autogenerates controller API for appsettings.json
Add 2 NUGET references:
appSettingEditorAPI
appSettingsEditor
If you want to see a GUI for settings , please do
app.UseEndpoints(endpoints =>
{
endpoints.MapControllers(); // add next line
endpoints.MapSettingsView < appsettings >(Configuration);
});
If you want to handle security, add
public partial class appsettingsController : ControllerBase
{
//private partial void BeforeGet(appsettings data)
//{
//}
//private partial void BeforeSave(appsettings data, appsettings original)
//{
//}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- No dependencies.
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 |
---|---|---|
2021.4.2.1059 | 581 | 4/2/2021 |
2021.3.21.2300 | 5,476 | 3/21/2021 |
2021.3.21.2230 | 363 | 3/21/2021 |
2021.3.21.2200 | 315 | 3/21/2021 |
2021.3.21.2130 | 329 | 3/21/2021 |
2021.3.21.2100 | 321 | 3/21/2021 |
2021.3.21.2030 | 336 | 3/21/2021 |
2021.3.21.2000 | 337 | 3/21/2021 |
2021.3.21.1400 | 354 | 3/21/2021 |
2021.3.21.1312 | 367 | 3/21/2021 |
2021.3.21.1100 | 332 | 3/21/2021 |