aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/OperatingSystemId.cs
AgeCommit message (Collapse)Author
2023-01-26Remove OS information from System Info (#9175)Patrick Barron
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.