File tree Expand file tree Collapse file tree 10 files changed +4
-13
lines changed
SuperAutoIsland.Interface/Services Expand file tree Collapse file tree 10 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- using System . Text . Json ;
2- using ClassIsland . Core . Models . Ruleset ;
1+ using ClassIsland . Core . Models . Ruleset ;
32using ClassIsland . Shared . Models . Automation ;
43
54namespace SuperAutoIsland . Interface . Services ;
Original file line number Diff line number Diff line change 11using System . ComponentModel ;
22using ClassIsland . Shared . Helpers ;
3- using SuperAutoIsland . Shared ;
43using SuperAutoIsland . Shared . Logger ;
54
65namespace SuperAutoIsland . Abstractions ;
Original file line number Diff line number Diff line change 11using System . Collections . ObjectModel ;
2- using System . ComponentModel ;
32using CommunityToolkit . Mvvm . ComponentModel ;
43
54namespace SuperAutoIsland . Models . Settings ;
Original file line number Diff line number Diff line change 11using SuperAutoIsland . Interface ;
2- using SuperAutoIsland . Interface . Services ;
32using SuperAutoIsland . Shared . Logger ;
43
54namespace SuperAutoIsland . Server ;
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ public BlocklyRunner()
2323 _v8Intervals . StartEventsLoopBackground ( ) ;
2424 }
2525
26- ~ BlocklyRunner ( )
26+ public void Dispose ( )
2727 {
2828 _v8Intervals . StopEventsLoop ( ) ;
29+ GC . SuppressFinalize ( this ) ;
2930 }
3031
3132 public void RunJavaScript ( string script )
Original file line number Diff line number Diff line change 1- using System . Runtime . InteropServices . JavaScript ;
2- using System . Text . Json ;
1+ using System . Text . Json ;
32using ClassIsland . Shared ;
43using Microsoft . ClearScript . JavaScript ;
54using SuperAutoIsland . Shared . Logger ;
Original file line number Diff line number Diff line change 11using System . Text . Json ;
22using System . Text . Json . Serialization ;
3- using SuperAutoIsland . Interface ;
43using SuperAutoIsland . Interface . MetaData ;
54using SuperAutoIsland . Interface . MetaData . ArgsType ;
65
Original file line number Diff line number Diff line change 44using CommunityToolkit . Mvvm . ComponentModel ;
55using SuperAutoIsland . Models ;
66using SuperAutoIsland . Models . Settings ;
7- using SuperAutoIsland . Services . Config ;
87using SuperAutoIsland . Shared ;
98
109namespace SuperAutoIsland . ViewModel . SettingPages ;
Original file line number Diff line number Diff line change 33using Avalonia . Data . Converters ;
44using Avalonia . Interactivity ;
55using ClassIsland . Core . Abstractions . Controls ;
6- using ClassIsland . Core . Abstractions . Services ;
76using ClassIsland . Core . Attributes ;
87using ClassIsland . Shared ;
9- using ClassIsland . Shared . Models . Automation ;
108using SuperAutoIsland . Interface . Enums ;
119using SuperAutoIsland . Services ;
1210using SuperAutoIsland . Services . BlocklyRunner ;
Original file line number Diff line number Diff line change 33using ClassIsland . Core . Attributes ;
44using ClassIsland . Shared ;
55using SuperAutoIsland . Models . Settings ;
6- using SuperAutoIsland . Services . Config ;
76using SuperAutoIsland . Shared ;
87
98namespace SuperAutoIsland . Views . SettingPages ;
You can’t perform that action at this time.
0 commit comments