-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix/AdvancedOptions #186
base: master
Are you sure you want to change the base?
Conversation
Still to add output
queueSizeLogG is default on 0.
Issue on line 95 with duplication
Output does not.
Close to done just don't have time to finish
Quality Gate passedIssues Measures |
Sonar out here emailing me now 😑 |
FASTER/Models/ServerCfg.cs
Outdated
} | ||
} | ||
|
||
public Advancedoptions() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L839-L851 needs to be changed/fixed
p.BasicCfg.BasicContent = p.BasicCfg.ProcessFile(); | ||
p.ArmaProfile.ArmaProfileContent = p.ArmaProfile.ProcessFile(); | ||
p.ServerCfg.ServerCfgContent = p.ServerCfg.ProcessFile(); | ||
p.ServerCfg.ServerCfgContent = p.AdvancedOptions.ProcessFile(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go over this file again as it might be why ProcessFile isn't working
Description
Fixes Advanced Options
Motivation and Context
Closes 184
How Has This Been Tested?
With tears
Screenshots (if appropriate):
Types of changes
Checklist:
*Still to fix Output to update on click rather then on click of something outside of
Advanced Options