Commit a414eee6 authored by Francesco Carraro's avatar Francesco Carraro
Browse files

completed raw spectrum reading.

parent 5a38e9bc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ namespace INAF.Apps.Uwp.SLabDataManager
                .AddSingleton<UpdateUIHelper>()
                .AddSingleton<WorkingItemsModel>()
                /* view models */
                .AddTransient<ChartViewModel>()
                .AddSingleton<MainViewModel>()

                .BuildServiceProvider()
+65 B (257 B)
Loading image diff...
+112 B (311 B)
Loading image diff...
+120 B (373 B)
Loading image diff...
Loading