-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OS info to SessionStatusModel; remove launchSettings
Updated SessionStatusModel.cs to include a new OperatingSystem property, which is a dictionary with OS information, and removed [DataContract] and [DataMember] attributes. Modified SessionsController.cs to populate and return the new OperatingSystem property using RuntimeInformation and Environment classes. Removed launchSettings.json, which contained configuration settings for different profiles.
- Loading branch information
1 parent
895fe58
commit dff69e9
Showing
3 changed files
with
23 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.