Giter Club home page Giter Club logo

caliburn.mahapps.metro.template's Introduction

I have made some repositories you might be interested in:

Arcade Manager, a tool to easily manage your arcade (MAME/FBNeo) roms, especially for Retropie and Recalbox.
The data it uses is located in Arcade Manager data.

Retropie arcade overlays - realistic, a bunch of overlays that mimic a real arcade cabinet to use in arcade games under Retropie.
Retropie arcade overlays - artwork, a bunch of "artwork" overlays to use in arcade games under Retropie.

Console overlays, a bunch of console overlays to use in Retropie, Recalbox or Batocera.

Mame/RetroArch Bezel/Overlays tool, a tool to create, fix and convert bezels/overlays for Mame and RetroArch.

SwitchScores extension, a browser extension that improves the Nintendo Europe websites.

Retrogaming - meilleurs jeux, a bunch of "best of" games list, games history, etc.

My games reviews (french)

caliburn.mahapps.metro.template's People

Contributors

cosmo0 avatar lycidas0815 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

caliburn.mahapps.metro.template's Issues

CS0515 - access modifiers are not allowed on static constructors

When I try to build the Template, I get following Error:

CS0515 : access modifiers are not allowed on static constructors

 /// <summary>
    /// Initializes static members of the <see cref="App"/> class
    /// </summary>
    public static App()
    {
        LogManager.GetLog = type => new NLogLogger(type);
    }

    /// <summary>
    /// Initializes a new instance of the <see cref="App"/> class.
    /// </summary>
    public App()
    {
        var log = LogManager.GetLog(this.GetType());

        log.Info("##### Application starting");
    }

Caliburn.Micro logging is not working as intended

I just realized that the Caliburn.Micro logging isn't working properly, at least with a VS2015 setup. There are no Caliburn.Micro messages or your custom application startup message visible in the VS console. I didn't try to add another target yet.

The config in the file App.xaml.cs looks good, the DebugLogger is added and the Nlog.config is the standard one. I compared all settings with another project of me (VS2013), and there it works just fine while having a nearly identical setup.

Having a look into that issue would be very helpful since I'm developing a brand new application based on your project template and some of the Caliburn.Micro bindings aren't working as I'd like them to. Having no output is kind of tedious.

Thanks in advance,
Ly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.