Loading INAF.Apps.Uwp.SLabDataManager/.editorconfig +3 −0 Original line number Diff line number Diff line Loading @@ -9,3 +9,6 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true # CS4014: Because this call is not awaited, execution of the current method continues before the call is completed dotnet_diagnostic.CS4014.severity = silent INAF.Apps.Uwp.SLabDataManager/App.xaml.cs +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ namespace INAF.Apps.Uwp.SLabDataManager .AddSingleton<UpdateUIHelper>() .AddSingleton<WorkingItemsModel>() /* view models */ .AddTransient<ChartViewModel>() .AddSingleton<MainViewModel>() .BuildServiceProvider() Loading INAF.Apps.Uwp.SLabDataManager/Assets/BadgeLogo.scale-100.png +65 B (257 B) Loading image diff... INAF.Apps.Uwp.SLabDataManager/Assets/BadgeLogo.scale-125.png +112 B (311 B) Loading image diff... INAF.Apps.Uwp.SLabDataManager/Assets/BadgeLogo.scale-150.png +120 B (373 B) Loading image diff... Loading
INAF.Apps.Uwp.SLabDataManager/.editorconfig +3 −0 Original line number Diff line number Diff line Loading @@ -9,3 +9,6 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true # CS4014: Because this call is not awaited, execution of the current method continues before the call is completed dotnet_diagnostic.CS4014.severity = silent
INAF.Apps.Uwp.SLabDataManager/App.xaml.cs +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ namespace INAF.Apps.Uwp.SLabDataManager .AddSingleton<UpdateUIHelper>() .AddSingleton<WorkingItemsModel>() /* view models */ .AddTransient<ChartViewModel>() .AddSingleton<MainViewModel>() .BuildServiceProvider() Loading