Will be transferred to Ivory
This repository has been archived on 2025-07-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Marcel van der Heide 407f1f6385
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Merge pull request 'rename ci file' (#5) from pipeline into master
Reviewed-on: #5
2022-06-17 10:25:16 +02:00
.idea/.idea.XamCore/.idea move ownership to Ivory 2022-05-26 14:15:11 +02:00
XamCore move ownership to Ivory 2022-05-26 14:15:11 +02:00
.gitignore move ownership to Ivory 2022-05-26 14:15:11 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-01-28 14:22:24 +00:00
.woodpecker.yml „.woodpecker.yml“ ändern 2022-06-17 10:23:06 +02:00
LICENSE Move ownership to Ivory 2022-05-19 11:37:58 +02:00
README.md „README.md“ ändern 2022-06-17 10:09:33 +02:00
XamCore.sln Change to NetStardard 2020-11-02 11:24:26 +01:00

XamCore

XamCore is a Xamarin Plugin, with the goal of making apps easier to develop.

status-badge

Features

  • Easier resource access
  • Notify on config changes
  • Scaled and autoscaled label
  • Easier platform check
  • Localization
  • Load font icons
  • XAML-Converter:
    • Empty string to boolean
    • Invserse boolean
    • Seconds to TimeSpan
    • TimeSpan to string

Download

NuGet: https://www.nuget.org/packages/Ivory.XamCore

Build with

XamCore is build using a veriety of third-party libraries:

Library License
Xamarin Forms MIT
Xamarin Essentials MIT

Building

Manual build

The build this app manually, follow these steps:

  1. Fork, or download, this repository
  2. Open the project in Visual Studio
  3. Build -> Build project

Automatic build

Every push to the master branch, triggers the build of the app. This ensures a clean and functional master branch.

The status of the last build can be seen on top of this document.

Contributing

To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Contributers

License

This project is licensed under the MIT license. You can find more info in the: license file.