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

clean up, vs 2015, readme... #2350

Closed
7 of 8 tasks
punker76 opened this issue Feb 13, 2016 · 6 comments
Closed
7 of 8 tasks

clean up, vs 2015, readme... #2350

punker76 opened this issue Feb 13, 2016 · 6 comments
Assignees
Milestone

Comments

@punker76
Copy link
Member

punker76 commented Feb 13, 2016

  • style XAML with XAML Magic (only once, but config will be added)
  • Paket instead NuGet
    • for restoring packages
  • some minor changes to icon packs
  • update readme
  • delete old stuff
  • syle C# with R# (config will be added)
  • create new showcase gif

PRs

Note

  • The source will be VS 2015 C# 6 (Pro and Community) ready
  • I created an extra branch dev-vc2013 for those who doesn't want to change, but no new feature will be added in this branch by me
  • The demo will be now compiled and added on each relase
  • I hope I don't snub anyone with this 🙈

Closes #2270 Code Style (ReSharper)

iconpacks

@punker76 punker76 added this to the 1.3.0 milestone Feb 13, 2016
@CADbloke
Copy link

If you're going the R# settings route you may want to consider editorconfig and/or Rebracer for pricks like me who set tabs to 2 and do stupid things with braces and code formatting when nobody is looking.

If you consider Rebracer, I dug out some xml that does indenting. It might actually work. Or not.

@punker76
Copy link
Member Author

@CADbloke .editorconfig is already added

@CADbloke
Copy link

Whups. I promise I'll get better at this ... eventually. :/

@punker76
Copy link
Member Author

@CADbloke and by the way, this formatting will be done only this time for existing code.

@punker76 punker76 self-assigned this Mar 1, 2016
@gigios
Copy link

gigios commented Mar 3, 2016

I'm not sure if this is the correct location where post my problem, but it is related the latest release of sources and paket usage.
Probably the problem is related to my configuration, but I'm not sure.

After one month I have downloaded the new sources and installed the paket extension in the VS2015, open the solution and started the MetroDemo app (FW 4.0). No build error are present but at runtime I receive the exception: An exception of type 'System.TypeLoadException' occurred in mscorlib.dll but was not handled in user code.
The exception is raised in the TextBoxHelper at the line 74 (tb.SetValue(SpellCheck.IsEnabledProperty, true);) of the method UseSpellCheckContextMenuChanged.
If I start the 4.5 version of the demo all works fine.
For my project this is not a problem because I'm not using the SpellCheck context menu, but I'm using the framework 4.0 and I don't know if there are other possible problems.

@punker76
Copy link
Member Author

punker76 commented Mar 4, 2016

@gigios -> #2398

@punker76 punker76 modified the milestones: 1.4.0, 1.3.0 Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants