Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/kr.bbon.xamarin.forms
Xamarin.Forms 프로젝트를 시작하면 지속적으로 작성하던 코드를 라이브러리로 분리해서 nuget package 로 제공합니다.
https://github.com/bbonkr/kr.bbon.xamarin.forms
dotnet dotnet-standard xamarin xamarin-forms
Last synced: 25 days ago
JSON representation
Xamarin.Forms 프로젝트를 시작하면 지속적으로 작성하던 코드를 라이브러리로 분리해서 nuget package 로 제공합니다.
- Host: GitHub
- URL: https://github.com/bbonkr/kr.bbon.xamarin.forms
- Owner: bbonkr
- License: other
- Created: 2019-05-28T07:37:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T15:02:11.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:56:08.235Z (7 months ago)
- Topics: dotnet, dotnet-standard, xamarin, xamarin-forms
- Language: C#
- Homepage: https://www.nuget.org/packages/kr.bbon.Xamarin.Forms
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xamarin.Forms 지원 라이브러리
[![](https://img.shields.io/nuget/v/kr.bbon.Xamarin.Forms)](https://www.nuget.org/packages/kr.bbon.Xamarin.Forms) [![](https://img.shields.io/nuget/dt/kr.bbon.Xamarin.Forms)](https://www.nuget.org/packages/kr.bbon.Xamarin.Forms) [![publish to nuget](https://github.com/bbonkr/kr.bbon.Xamarin.Forms/workflows/publish%20to%20nuget/badge.svg)](https://github.com/bbonkr/kr.bbon.Xamarin.Forms/actions)
응용프로그램을 작성하기 위해 반복적으로 작성하던 코드를 라이브러리로 분리하여, nuget package로 제공합니다.
## MVVM Toolkit
[Introduction to the MVVM Toolkit](https://docs.microsoft.com/en-us/windows/communitytoolkit/mvvm/introduction) 사용을 고려해 보새요.
[Microsoft.Toolkit.Mvvm](https://www.nuget.org/packages/Microsoft.Toolkit.Mvvm/)
## 변경 Changes
### 1.2.0
- JsonService 제거
- Newtonsoft.Json 의존 제거### 1.1.2
- 패키지 이미지 추가
### 1.1.1
- 의존 패키지 업데이트
### 1.1.0
- Xamarin.Forms 5.0 업데이트 Update Xamarin.Forms 5.0
### 1.0.6
- Xamarin.Forms 4.8 업데이트 Update Xamarin.Forms 4.8
### 1.0.5
- Plugin.Permissions 의존을 제거 Remove dependency of Plugin.Permissions
- Xamarin.Forms 4.3 으로 업데이트 Update Xamarin.Forms 4.3
- Microsoft.AppCenter 2.6.2 로 업데이트 Update Microsoft.AppCenter 2.6.2
- ContentPageBase 클래스의 이름을 AppContentPage 로 변경할 예정 Scheduled to Rename a class 'ContentPageBase' to 'AppContentPage'
- ViewModelBase 클래스의 생성자 의존성 주입을 제거 Remove ViewModelBase constructor injection### 1.0.4
- Removed dependency of Xamarin.Essentials
- Add some controls (See .Controls namespace)
- Add some validation rule (See .Validations namespace)### 1.0.3
- Update Xamarin.Forms 4.2
- Add validation features
- Add useful behaviors
- Add value converters### 1.0.2
- Update Xamarin.Forms 4.1
- Update Microsoft.AppCenter 2.1### 1.0.1.2
### 1.0.1
- 저장소 변경 Change repository
- Azure Devops ➡ GitHub### 1.0.0
등록