MDP.NetCore.Logging.NLog 6.1.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MDP.NetCore.Logging.NLog --version 6.1.1
NuGet\Install-Package MDP.NetCore.Logging.NLog -Version 6.1.1
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="MDP.NetCore.Logging.NLog" Version="6.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MDP.NetCore.Logging.NLog --version 6.1.1
#r "nuget: MDP.NetCore.Logging.NLog, 6.1.1"
#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 MDP.NetCore.Logging.NLog as a Cake Addin
#addin nuget:?package=MDP.NetCore.Logging.NLog&version=6.1.1

// Install MDP.NetCore.Logging.NLog as a Cake Tool
#tool nuget:?package=MDP.NetCore.Logging.NLog&version=6.1.1

MDP.Net

MDP.Net是.NET版本的開發平台,協助開發人員快速建立Web App、Console App。

說明文件

範例展示

SleepZone.Todos

  • 範例檔案:

  • 操作步驟:

    • 使用Visual Studio 2022開啟方案:SleepZone.Todos.sln

    • 設定起始專案為:01.Application/SleepZone.Todos.WebApp

    • 按下F5執行專案後,於瀏覽器的網址列:輸入「https://localhost:44392/Home/Index」,進入SleepZone.Todos頁面。

    • SleepZone.Todos頁面:點擊「AddTodo按鈕」新增工作項目,看到{ "statusCode": 200 }代表工作項目新增成功。

    • SleepZone.Todos頁面:點擊「FindAllTodo按鈕」查詢所有工作項目,看到{ "statusCode": 200 }代表工作項目查詢成功。

    • 上述步驟內容,展示使用DI機制,進行Context注入組裝,並且設定為Singleton模式。所以在沒有資料庫的狀態下,FindAll才能讀取到之前寫入的Todo。

  • 團隊分工:

    • 團隊依專業分為:平台開發團隊、應用開發團隊。

    • 平台開發團隊:建置SleepZone.Todos.WebApp,給應用團隊開箱即用。交付內容包含:專案原始碼、DevOps專案、CICD Pipeline、Container、Network、DNS...等平台工程產出。

    • 應用開發團隊:建置SleepZone.Todos Module,滿足應用系統需求。開發規範依循:「MDP.Net-軟體架構」、「MDP.Net-分層架構」進行開發。

架構設計

MDP.Net-軟體架構

MDP.Net-軟體架構

MDP.Net-分層架構

MDP.Net-分層架構

MDP.Net-平台架構

MDP.Net-平台架構

MDP.Net-需求分析

MDP.Net-需求分析

版本更新

MDP.Net 6.1.0

  • MDP.Registration:加入此模組,提供Attribute註冊功能,用以移除所有.Hosting註冊用專案。

MDP.Net 6.0.16

  • MDP.AspNetCore.Authentication.Liff.Services:加入此模組,提供Liff頁面客製化功能。

MDP.Net 6.0.15

  • MDP.AspNetCore.Authentication.Liff:調整Liff登入效能、調整Liff登入頁面提示文字。

MDP.Net 6.0.14

  • MDP.AspNetCore.Authentication.Liff:調整Liff登入效能、調整Liff登入頁面提示文字。

MDP.Net 6.0.13

  • MDP.AspNetCore.WebApp:WebApp專案設定加入GenerateDocumentationFile,讓系統產生API說明檔。

  • MDP.AspNetCore:加入Swagger預設參數,讓SwaggerUI顯示API說明檔。

  • MDP.IdentityModel.Tokens.Jwt:加入RSA非對稱金鑰支援。

  • MDP.AspNetCore.Authentication.Jwt:加入RSA非對稱金鑰支援。

MDP.Net 6.0.12

  • MDP.AspNetCore:加入Swagger預設參數,讓SwaggerUI顯示API。

  • MDP.IdentityModel.Tokens.Jwt:SecurityTokenFactory加入自訂ExpireMinutes功能。

  • MDP.AspNetCore.Authentication.Jwt:加入多個JWT來源驗證功能,提供自訂HeaderName、TokenPrefix設定。

  • MDP.AspNetCore.Authentication:加入PolicySchemeSelector,提供依照HttpContex選擇AuthenticationScheme功能。

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. 
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