Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for fundamental core structure changes #51

Merged
merged 19 commits into from
Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
88f6aaa
Updated project structure
jamesmcroft Mar 13, 2019
704fd3f
Removed Color API and replaced with XPlat.UI.Color implementation
jamesmcroft Mar 13, 2019
4fdcc4c
Updated MADE.App project for minimum target support
jamesmcroft Mar 13, 2019
698ddf6
Updated MADE.App.Design project for minimum target support
jamesmcroft Mar 13, 2019
84a6745
Updated MADE.App.Design project for minimum target support
jamesmcroft Mar 13, 2019
cebce6b
Updated MADE.App.Diagnostics for minimum target support
jamesmcroft Mar 13, 2019
94621d2
Altered EventLogger to work the same across all platforms. Tagged Sto…
jamesmcroft Mar 13, 2019
5a2a5de
Updated MADE.App.Mvvm for minimum target support
jamesmcroft Mar 13, 2019
c1f409a
Updated MADE.App.Networking for minimum target support
jamesmcroft Mar 13, 2019
073ec3b
Replaced Color API with XPlat alternative in MADE.App.Views. Also upd…
jamesmcroft Mar 13, 2019
f49ad67
Downgraded UWP NuGet packages to 6.1.9
jamesmcroft Mar 13, 2019
250a6a5
Fixed build issues
jamesmcroft Mar 14, 2019
70a9b00
Added missing NuGet dependency from Forms components
jamesmcroft Mar 14, 2019
f86896a
Updated missing XPlat dependencies
jamesmcroft Mar 14, 2019
ce688c8
Updated UIDispatcher to use the XPlat Core Dispatcher and removed obs…
jamesmcroft Mar 14, 2019
ed27c5f
Re-added missing unit test project for Mvvm library
jamesmcroft Mar 14, 2019
8f0342a
Updated bug report and PR templates
jamesmcroft Mar 14, 2019
4b1e12e
Added missing NuGet references from MADE.Samples and updated the plat…
jamesmcroft Mar 14, 2019
0461b10
Updated UnitTest project NuGet packages
jamesmcroft Mar 14, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 15 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
**Which package(s) and version of XPlat are you using?**
<!-- e.g. XPlat.Storage 1.5.19024.1 -->

**To reproduce in an app**
Steps to reproduce the behavior:
1. Add API '...'
2. Run app.
2. Click on '....'
3. Scroll down to '....'
4. See error
**Which platform is the issue related to?**
* [ ] Windows (UWP)
* [ ] Xamarin.Android
* [ ] Xamarin.iOS
* [ ] .NET (common)

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.
**Repro steps**
A clear and concise description of what the bug is and how it can be reproduced.

** App (please complete the following information):**
- Platform: [e.g. Windows, Android, iOS]
- Device: [e.g. Surface Pro 4, Samsung S7]
- Platform version: [e.g. Fall Creators Update, Android 24, iOS 8.1]
- MADE version: [e.g. 1.0.0.0]
**Expected behavior**
A clear and concise description of what you expected to happen (or code).

**Additional context**
Add any other context about the problem here.
Add any other context about the problem here, such as logs and/or screenshots.
Loading