https://github.com/logofx/samples.universal
Sample of LogoFX usage for Universal Apps.
https://github.com/logofx/samples.universal
Last synced: 11 months ago
JSON representation
Sample of LogoFX usage for Universal Apps.
- Host: GitHub
- URL: https://github.com/logofx/samples.universal
- Owner: LogoFX
- Created: 2016-03-24T06:44:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:23:43.000Z (over 3 years ago)
- Last Synced: 2025-03-13T00:43:54.776Z (over 1 year ago)
- Language: C#
- Size: 410 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samples.Universal
Sample of LogoFX usage for Universal Apps.
This sample demonstrates simple scenario of providing user credentials and displaying data
while implementing all Model and subsequent layers in `.NETStandard 2.0`.
This sample uses **Fake Providers** approach and also implements End-To-End testing with **FlaUI**.
Right now it might fail to compile. If it does make sure you only reference
one of the two following libraries: **Fake.Providers** or **Infra.Providers**.
Another cause may be the missing assemblies. Try to copy manually one of the following:
**Fake.ProviderBuilders**, **Attest.Fake.Builders**, **Attest.Fake.Core**, **Attest.Fake.Setup**, **Patterns.Visitor**
There is one missing step which is copying the Data file to the output folder - to be implemented at the solution level