Skip to content

Commit

Permalink
style: fix style warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Jul 11, 2023
1 parent 978bac9 commit 633f5a9
Show file tree
Hide file tree
Showing 59 changed files with 9,901 additions and 5,168 deletions.
3 changes: 2 additions & 1 deletion MHFZ_Overlay/.stylecop.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"settings": {
"documentationRules": {
"companyName": "The mhfz-overlay developers",
"copyrightText": " © 2023 {companyName}.\n Use of this source code is governed by a {licenseName} license that can be\n found in the LICENSE file.",
"copyrightText": "© 2023 {companyName}.\nUse of this source code is governed by a {licenseName} license that can be\nfound in the LICENSE file.",
"xmlHeader": false,
"variables": {
"licenseName": "MIT"
}
Expand Down
3 changes: 2 additions & 1 deletion MHFZ_Overlay/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected override void OnStartup(StartupEventArgs e)
private static void App_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
{
// Log/inspect the inspection here
logger.Error(e.Exception);
logger.Error("Unhandled exception", e.Exception);
}

private static void SetRenderingMode(string renderingMode)
Expand Down Expand Up @@ -185,6 +185,7 @@ private static void OnAppUninstall(SemanticVersion version, IAppTools tools)
private static void OnAppRun(SemanticVersion version, IAppTools tools, bool firstRun)
{
tools.SetProcessAppUserModelId();

// show a welcome message when the app is first installed
if (firstRun)
{
Expand Down
88 changes: 59 additions & 29 deletions MHFZ_Overlay/DataLoader.cs

Large diffs are not rendered by default.

655 changes: 617 additions & 38 deletions MHFZ_Overlay/Models/Addresses/AddressModelHGE.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 633f5a9

Please sign in to comment.