Replaced the dubugger-key-based approach with the service that sets the affinity. #3
Annotations
10 warnings
Build the application
Non-nullable property 'Converter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application
Non-nullable property 'ConverterParameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application
Non-nullable property 'Converter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application
Non-nullable property 'ConverterParameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
src/Affinity_manager/ViewModels/MainPageViewModel.cs#L20
The field Affinity_manager.ViewModels.MainPageViewModel._newProcessName using
|
Build the application:
src/Affinity_manager/ViewModels/MainPageViewModel.cs#L24
The field Affinity_manager.ViewModels.MainPageViewModel._processAffinities using
|
Build the application:
src/Affinity_manager/ViewModels/MainPageViewModel.cs#L27
The field Affinity_manager.ViewModels.MainPageViewModel._cpuPriority using
|
Build the application:
src/Affinity_manager/Model/ProcessConfiguration.cs#L13
The field Affinity_manager.Model.ProcessConfiguration._cpuAffinityMask using
|
Build the application:
src/Affinity_manager/Model/ProcessConfiguration.cs#L16
The field Affinity_manager.Model.ProcessConfiguration._cpuPriority using
|
Build the application:
src/Affinity_manager/Model/ProcessConfiguration.cs#L19
The field Affinity_manager.Model.ProcessConfiguration._ioPriority using
|
Loading