-
[C#] NuGet Package ExplorerC#/기초 2023. 12. 22. 13:47
NuGet Package Explorer Install
https://apps.microsoft.com/detail/9WZDNCRDMDM3?hl=en-US&gl=US
NuGet Package Explorer - Official app in the Microsoft Store
IMPORTANT: This app works with Windows 10 Pro and Home. This app performs with core functionality on Windows 10 S but binary enumeration and plugins do not work. This app allows browsing NuGet packages from an online feed and viewing contents of the packag
apps.microsoft.com
Example) 자체제작 theme.dll 적용
폴더 추가
ex) lib
-net452
-net48
-net6.0-windows7.0
Package metadata (.nuspec) 정의
dependency
Save
.nupkg 파일 생성
적용화면
사용
#어셈블리 이름이 다르다고 오류
.dll 이름을 수동으로 바궈도 실제 dll의 metadata이름이 일치하지 않아서 생기는 오류??
# dll 이름 바꾸지 말자.
#이렇게 쓰면 되긴 함.
대신 dependency warning 뜸.
728x90'C# > 기초' 카테고리의 다른 글
[C#] VS 빌드 이벤트, 시스템 매크로 (1) 2024.01.08 [C#] Observable.FromEvent<>() (0) 2023.12.27 [C#] Using AppDomain in C# (0) 2023.12.12 [C#] _ = (0) 2023.11.30 [C#] 객체 깊은 복사 (0) 2023.11.14 댓글